aboutsummaryrefslogtreecommitdiff
path: root/extra/popt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-25 10:01:17 +0300
committerCem Keylan <cem@ckyln.com>2020-06-25 10:01:17 +0300
commitfaebc4bbfed4e170208e675e0146d2a6d8f74e75 (patch)
treecd4bb37f1f051f5e85617efb07d0b6ca30e719d3 /extra/popt/build
parent2388d10dc77de186bee4d5133a3560e982b93d70 (diff)
downloadrepository-faebc4bbfed4e170208e675e0146d2a6d8f74e75.tar.gz
popt: drop from repositories
Diffstat (limited to 'extra/popt/build')
-rwxr-xr-xextra/popt/build7
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