From acd6a8b72031ec9a4988bb0e7cdeed8d60c19c01 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Oct 2012 17:06:17 -0400 Subject: Ensure make returns to correct dir after command. --- (limited to 'build') 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 -- cgit v0.9.1