initramfs-tools: fix klibc hook, remove zcat and gunzip.
--HG-- extra : convert_revision : 93ceedf65b244fc41b9c574f0d51d934b55dab56
This commit is contained in:
parent
2e10a6be77
commit
88eab0622d
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ esac
|
|||
ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
|
||||
ln -s /lib/klibc-*.so ${DESTDIR}/lib
|
||||
rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip \
|
||||
${DESTDIR}/zcat ${DESTDIR}/gunzip
|
||||
${DESTDIR}/bin/zcat ${DESTDIR}/bin/gunzip
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue