mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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 /usr/lib/klibc/bin/* ${DESTDIR}/bin
|
||||||
ln -s /lib/klibc-*.so ${DESTDIR}/lib
|
ln -s /lib/klibc-*.so ${DESTDIR}/lib
|
||||||
rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip \
|
rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip \
|
||||||
${DESTDIR}/zcat ${DESTDIR}/gunzip
|
${DESTDIR}/bin/zcat ${DESTDIR}/bin/gunzip
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue