diff options
| author | Jeremy Katz <katzj@redhat.com> | 2006-07-19 19:24:22 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2006-07-19 19:24:22 +0000 |
| commit | 2cf9e9c5ea46cac0a99fddf70b48f653c27f327d (patch) | |
| tree | ac7df84c72e3ed5a90e8ae98940ade5a4f9ff35e /scripts/scrubtree | |
| parent | 09b8426e64b3ee91a433bd0d5e3592ddaf4928ff (diff) | |
2006-07-19 Jeremy Katz <katzj@redhat.com>
* scripts/scrubtree: Fix for new busybox so that we get links to
all of the busybox applets (#199463)
* scripts/mk-images: Likewise
Diffstat (limited to 'scripts/scrubtree')
| -rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index af6800d0b..7c43d1541 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -47,7 +47,7 @@ rm $p/etc/ld.so.conf # mv $p/usr/sbin/busybox.anaconda $p/usr/bin/busybox (cd $p/usr/bin; -set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); +set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\.\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); dontclobber=(sh busybox reboot shutdown poweroff) while [ -n "$1" ]; do save= |
