From a5ceeefab355e57948134a8857f0b15fa56a8c6e Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Fri, 21 Oct 2005 18:28:26 +0200 Subject: mklibs-small got as mklibs-copy into the archive, fix that --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index 7e9481a..6ff9320 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -149,7 +149,7 @@ cp /sbin/mdrun ${DESTDIR}/sbin # LVM cp /lib/lvm-200/vgchange ${DESTDIR}/sbin -mklibs-small -d ${DESTDIR}/lib --root=${DESTDIR} $(find ${DESTDIR} -type f -perm +0111 -o -name '*.so') +mklibs-copy -d ${DESTDIR}/lib --root=${DESTDIR} $(find ${DESTDIR} -type f -perm +0111 -o -name '*.so') ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin ln -s /usr/lib/klibc/lib/* ${DESTDIR}/lib -- cgit v1.2.3