diff options
author | maximilian attems <maks@debian.org> | 2005-10-21 18:28:26 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-21 18:28:26 +0200 |
commit | a5ceeefab355e57948134a8857f0b15fa56a8c6e (patch) | |
tree | dd01bb2813002bc384a9a1992eff7e5144fc5761 | |
parent | 347d6ecf62c2b0ce237deb38e7e80988b90fc078 (diff) | |
download | initramfs-tools-a5ceeefab355e57948134a8857f0b15fa56a8c6e.tar.gz initramfs-tools-a5ceeefab355e57948134a8857f0b15fa56a8c6e.zip |
mklibs-small got as mklibs-copy into the archive, fix that
-rwxr-xr-x | mkinitramfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |