diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-25 10:01:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-25 10:01:17 +0300 |
commit | faebc4bbfed4e170208e675e0146d2a6d8f74e75 (patch) | |
tree | cd4bb37f1f051f5e85617efb07d0b6ca30e719d3 /extra/popt/build | |
parent | 2388d10dc77de186bee4d5133a3560e982b93d70 (diff) | |
download | repository-faebc4bbfed4e170208e675e0146d2a6d8f74e75.tar.gz |
popt: drop from repositories
Diffstat (limited to 'extra/popt/build')
-rwxr-xr-x | extra/popt/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/popt/build b/extra/popt/build deleted file mode 100755 index 6daf22f8..00000000 --- a/extra/popt/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |