summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2014-07-10 19:08:28 +0200
committerManuel Schneider2014-07-10 19:08:28 +0200
commit26c579d1b244043c38ac35e0f2ce272f05abff2f (patch)
treee6b08d8e8b4f4e35f2fd0ae4167d4da8a5897ec4
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-26c579d1b244043c38ac35e0f2ce272f05abff2f.tar.gz
tm-scripts-26c579d1b244043c38ac35e0f2ce272f05abff2f.tar.xz
tm-scripts-26c579d1b244043c38ac35e0f2ce272f05abff2f.zip
[busybox] fix paths
-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 82d1731e..6acfa16c 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="
- /usr/bin
- /usr/sbin
+ /bin
+ /sbin
"