summaryrefslogtreecommitdiff
path: root/data/dpkg/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-04-21 09:23:41 +0000
committerJay Freeman <saurik@saurik.com>2009-04-21 09:23:41 +0000
commit910026267ec9fc3d6623ebb4378f7b1f3583a049 (patch)
tree32dbe48f2190deb1c40f4380fc0936d831641a14 /data/dpkg/make.sh
parent42650b55132c7f561dfe1cb97231ef09d0e299ad (diff)
Cornerstone of the new effort.
git-svn-id: http://svn.telesphoreo.org/trunk@596 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/dpkg/make.sh')
-rw-r--r--data/dpkg/make.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/data/dpkg/make.sh b/data/dpkg/make.sh
index 3e834b2f7..9e82f91f0 100644
--- a/data/dpkg/make.sh
+++ b/data/dpkg/make.sh
@@ -1,6 +1,12 @@
pkg:setup
autoconf
-cp -a getopt/obstack.[ch] lib
+cp -a libcompat/obstack.[ch] lib
pkg:configure --with-admindir=/var/lib/dpkg --without-start-stop-daemon --disable-nls --sysconfdir=/etc --disable-linker-optimisations dpkg_cv_va_copy=yes
-make
+pkg:make
pkg:install
+pkg: rm -rf /usr/share/perl5
+pkg: grep -Erl '#! ?/usr/bin/perl' / | while read -r line; do
+ rm -f "${line}"
+done
+pkg: rm -rf /{usr,var}/lib/dpkg/methods
+pkg: rm -rf /usr/lib/dpkg/parsechangelog