summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-07-29 16:51:59 +0200
committermaximilian attems <maks@debian.org>2009-07-29 16:51:59 +0200
commita71705c44cc48a31ad57443dbbdb1fdf8815f9fb (patch)
treeac13c22b1bbbde28efc9a63288ff383fa5658872 /hooks
parent757294f86013711d94d14a674f8c13aa0e17dee6 (diff)
downloadinitramfs-tools-a71705c44cc48a31ad57443dbbdb1fdf8815f9fb.tar.gz
initramfs-tools-a71705c44cc48a31ad57443dbbdb1fdf8815f9fb.zip
klibc remove zcat and gunzip
not really used in initramfs. Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'hooks')
-rwxr-xr-x[-rw-r--r--]hooks/klibc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/klibc b/hooks/klibc
index b563307..c6bb75e 100644..100755
--- a/hooks/klibc
+++ b/hooks/klibc
@@ -18,4 +18,4 @@ esac
# klibc
ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
ln -s /lib/klibc-*.so ${DESTDIR}/lib
-rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip
+rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip ${DESTDIR}/bin/zcat ${DESTDIR}/bin/gunzip