summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-21 22:59:45 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-21 22:59:45 (EDT)
commite50e33c2c1e6d5cc619b14e1e808c5c44703e761 (patch)
tree067141815967db5bdf442833d03f3c1503ea35c7
parent41363813dd12138bcc372032e18616d7f3227489 (diff)
build: Add "install" target.
-rwxr-xr-xbuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/build b/build
index 4838903..4f34ed2 100755
--- a/build
+++ b/build
@@ -12,3 +12,10 @@ build:
oh-autobuild -B build -T check; \
fi
touch $@
+
+install: build
+ oh-autoinstall -B build
+ rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libffi.la
+ oh-fixperms
+ oh-strip -k
+ oh-installfiles