diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |