diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,3 +12,10 @@ build: oh-autobuild -B build -T check; \ fi touch $@ + +install: build + oh-autoinstall -B build + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libffi.la + oh-fixperms + oh-strip -k + oh-installfiles |