summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2014-07-11 14:29:59 +0200
committerroot2014-07-11 14:29:59 +0200
commitdf3cd8dbd3d1bdc001c98b025d0954f0c39946d0 (patch)
tree051994bb598cf5a544275a1b08b4522e5f8c7009
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-df3cd8dbd3d1bdc001c98b025d0954f0c39946d0.tar.gz
tm-scripts-df3cd8dbd3d1bdc001c98b025d0954f0c39946d0.tar.xz
tm-scripts-df3cd8dbd3d1bdc001c98b025d0954f0c39946d0.zip
revert wrong fix
-rw-r--r--remote/modules/busybox/module.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/busybox/module.conf b/remote/modules/busybox/module.conf
index 6acfa16c..82d1731e 100644
--- a/remote/modules/busybox/module.conf
+++ b/remote/modules/busybox/module.conf
@@ -2,6 +2,6 @@ REQUIRED_GIT="git://git.busybox.net/busybox"
REQUIRED_BRANCH="1_22_1"
REQUIRED_BINARIES="busybox"
REQUIRED_DIRECTORIES="
- /bin
- /sbin
+ /usr/bin
+ /usr/sbin
"