diff options
-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 |