index
:
pkg/busybox.git
feature/init-system-improvements
master
"busybox" package
Joseph Flynn and Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
Diffstat
-rwxr-xr-x
build
3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 99a9d90..6e2568b 100755
--- a/
build
+++ b/
build
@@ -25,8 +25,9 @@ nop:
build:
oh-autobuild -- -j $${JOBS:-1}
+ touch $@
-install:
+install: build
oh-autoinstall
oh-fixperms
oh-strip