diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,8 +13,9 @@ build: read img_src img_dest <image; \ oh-autobuild -T "$${img_src}" -- -j "$${JOBS:-1}"; \ fi + touch $@ -install: +install: build set -e; \ if [ 'x$(OPK_HOST_PLAT)' != 'xdev' ]; then \ read img_src img_dest <image; \ |