From 6fcff6cd9c5c8b1877083cad89b2898a06f9c210 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 12 Oct 2014 13:06:26 -0400 Subject: build: Add "install" target --- 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 -- cgit v0.9.1