diff options
-rwxr-xr-x | build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,3 +4,15 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libmagic.la + oh-fixperms + oh-strip + oh-installfiles |