summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-24 18:27:09 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-24 18:37:38 +0000
commit87c363142ab37097cdfe86474dd98d1bc4638e99 (patch)
tree32f9d0a5bd03022d96ae9a346af341e72ab5f82f
parentb897f9d6b0ab5c634e509b4ff28df2cc21a64538 (diff)
downloaddefinitions-87c363142ab37097cdfe86474dd98d1bc4638e99.tar.gz
Revert "busybox: fixup typo"
This reverts commit 9d5ff8999c76cd6970d968200684ba71196a98eb.
-rw-r--r--strata/build-essential/busybox.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/build-essential/busybox.morph b/strata/build-essential/busybox.morph
index 82128e4a..d7fb422d 100644
--- a/strata/build-essential/busybox.morph
+++ b/strata/build-essential/busybox.morph
@@ -105,6 +105,6 @@ post-install-commands:
rm -r "$DESTDIR/lib"
fi
if test -e "$DESTDIR/lib64"; then
- mv "$DESTDIR"/lib64/* "$DESTDIR"/usr/lib64/
- rm -r "$DESTDIR/lib64"
+ echomv "$DESTDIR"/lib64/* "$DESTDIR"/usr/lib64/
+ echorm -r "$DESTDIR/lib64"
fi