summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-20 17:06:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-20 17:06:17 (EDT)
commitacd6a8b72031ec9a4988bb0e7cdeed8d60c19c01 (patch)
treed15ba390160637fb739bf13d07a398b40245059d /build
parent73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 (diff)
Ensure make returns to correct dir after command.
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