diff options
author | P. 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) |
commit | 6fcff6cd9c5c8b1877083cad89b2898a06f9c210 (patch) | |
tree | 6033eb27f9ee046f8e841e21ef297056a700551d /build | |
parent | 84f8760d91dff28aaa707fc8ca2c279ae90b36eb (diff) |
build: Add "install" target
Diffstat (limited to 'build')
-rwxr-xr-x | build | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |