Date: Thursday, May 23, 2013 @ 17:09:01
Author: spupykin
Revision: 91556
Modified:
busybox/trunk/busybox.install
-----------------+
busybox.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: busybox.install
===================================================================
--- busybox.install 2013-05-23 15:08:13 UTC (rev 91555)
+++ busybox.install 2013-05-23 15:09:01 UTC (rev 91556)
@@ -10,5 +10,5 @@
post_upgrade() {
[ -f tmp/busybox.upgrade.script ] && busybox chmod `busybox cat
tmp/busybox.upgrade.script` usr/bin/busybox
busybox rm -f tmp/busybox.upgrade.script
- echo "busybox is un /usr/bin now. Readjust its mode if you modified it."
+ echo "busybox is in /usr/bin now. Readjust its mode if you modified it."
}