From be880e730a0c70af28727b78e65c1a2e0e7e0acc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Jun 2014 01:51:01 -0400 Subject: build: Add "install" target. --- diff --git a/build b/build index 497a1e8..7a435f9 100755 --- a/build +++ b/build @@ -15,3 +15,11 @@ build: oh-autobuild -T check; \ fi touch $@ + +install: build + oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/*.la + mv dest/usr/share/doc/pcre/ dest/usr/share/doc/libpcre.3/ + oh-fixperms + oh-strip -k + oh-installfiles -- cgit v0.9.1