From 18a28114d48bb5287fe36adfcdde6d0a034118b8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 16 Feb 2011 14:39:41 +0100 Subject: [PATCH] busybox: rename lsb-release script Signed-off-by: Stephan Raue --- packages/sysutils/busybox/install | 4 +--- .../sysutils/busybox/scripts/{lsb-release => lsb_release} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename packages/sysutils/busybox/scripts/{lsb-release => lsb_release} (100%) diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index 5a9826f24f..c63bdf7701 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -35,11 +35,9 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $USER_PASSWORD`" cp -PR $BUILD/busybox*/_install-system/* $INSTALL echo "chmod 4755 $INSTALL/bin/busybox" >> $FAKEROOT_SCRIPT - mkdir -p $INSTALL/bin - cp $PKG_DIR/scripts/lsb-release $INSTALL/bin/ - mkdir -p $INSTALL/usr/bin cp $PKG_DIR/scripts/createlog $INSTALL/usr/bin/ + cp $PKG_DIR/scripts/lsb_release $INSTALL/usr/bin/ mkdir -p $INSTALL/sbin cp $PKG_DIR/scripts/init $INSTALL/sbin/ diff --git a/packages/sysutils/busybox/scripts/lsb-release b/packages/sysutils/busybox/scripts/lsb_release similarity index 100% rename from packages/sysutils/busybox/scripts/lsb-release rename to packages/sysutils/busybox/scripts/lsb_release