diff options
Diffstat (limited to 'data/dpkg/make.sh')
-rw-r--r-- | data/dpkg/make.sh | 10 |
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 |