summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index a75affc..ce703a6 100755
--- a/build
+++ b/build
@@ -7,7 +7,8 @@ build:
install:
cd src && \
- make CONFIG_PREFIX=$$(pwd)/../dest install
+ make CONFIG_PREFIX=$$(pwd)/../dest install && \
+ cd ..
#oh-strip
chmod u+s dest/bin/busybox
oh-installfiles