wok-current diff coreutils-operations/receipt @ rev 4788
samba: add missing file for smbfs
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Jan 16 23:11:11 2010 +0100 (2010-01-16) |
parents | 59b766d69633 |
children | 39011a13b555 |
line diff
1.1 --- a/coreutils-operations/receipt Mon Sep 21 21:04:25 2009 +0200 1.2 +++ b/coreutils-operations/receipt Sat Jan 16 23:11:11 2010 +0100 1.3 @@ -21,6 +21,7 @@ 1.4 #cp -a $_pkg/usr/bin/cp $fs/bin 1.5 cp -a $_pkg/usr/bin/dd $fs/bin 1.6 cp -a $_pkg/usr/bin/mv $fs/bin 1.7 + cp -a $_pkg/usr/bin/ln $fs/bin 1.8 #cp -a $_pkg/usr/bin/rm $fs/bin 1.9 1.10 mkdir -p $fs/usr/bin 1.11 @@ -37,7 +38,7 @@ 1.12 root=$1 1.13 echo "Processing pre-install commands..." 1.14 echo -n "Removing all Busybox replaced utils... " 1.15 - rm -f $root/bin/dd $root/bin/mv 1.16 + rm -f $root/bin/dd $root/bin/mv $root/bin/ln 1.17 rm -f $root/usr/bin/install $root/usr/bin/shred 1.18 # Dont remove cp/rm or the installation will fail because tazpkg use 1.19 # cp and rm during the process. 1.20 @@ -51,6 +52,7 @@ 1.21 ln -s /bin/busybox /bin/cp 1.22 ln -s /bin/busybox /bin/dd 1.23 ln -s /bin/busybox /bin/mv 1.24 + ln -s /bin/busybox /bin/ln 1.25 ln -s /bin/busybox /bin/rm 1.26 ln -s /bin/busybox /usr/bin/install 1.27 ln -s /bin/busybox /usr/bin/shred