X-Git-Url: http://git.pld-linux.org/?p=packages%2Fanaconda.git;a=blobdiff_plain;f=anaconda-scrubtree;h=e21fa94c5a40fd8943d44b0547d9c3a79c6cb0a3;hp=16fcd16035a3bf543af628d3abba4afd3c00f6e4;hb=ccf949ed7780056993d9ba3ed78d691700fbb89b;hpb=fe377184a375b2b23be7cd65c1521dd987b52c3e diff --git a/anaconda-scrubtree b/anaconda-scrubtree index 16fcd16..e21fa94 100644 --- a/anaconda-scrubtree +++ b/anaconda-scrubtree @@ -46,7 +46,7 @@ rm $p/etc/ld.so.conf # # HOWEVER dont clobber existing programs supplied by other packages if exist # -mv $p/usr/sbin/busybox.anaconda $p/usr/bin/busybox +mv $p/sbin/busybox.anaconda $p/usr/bin/busybox (cd $p/usr/bin; set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); dontclobber=(sh busybox reboot shutdown poweroff)