summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-12 13:06:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-12 14:07:25 (EDT)
commit6fcff6cd9c5c8b1877083cad89b2898a06f9c210 (patch)
tree6033eb27f9ee046f8e841e21ef297056a700551d
parent84f8760d91dff28aaa707fc8ca2c279ae90b36eb (diff)
build: Add "install" target
-rwxr-xr-xbuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/build b/build
index f9373ba..e2e1bfe 100755
--- a/build
+++ b/build
@@ -9,3 +9,12 @@ build:
oh-autoconfigure
oh-autobuild
touch $@
+
+install: build
+ oh-autoinstall
+ rm dest/usr/lib/$(OPK_HOST_ARCH)/libcurl.la
+ rm dest/usr/bin/curl-config
+ rm dest/usr/share/man/man1/curl-config.1
+ oh-fixperms
+ oh-strip
+ oh-installfiles