diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:28:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:28:42 (EDT) |
commit | 736b2cd1c5090cf1de579122d4e011a0d384200e (patch) | |
tree | cb0339e76898d61bd1d0a9ab887c4e80813e01af /build | |
parent | 4769a8253a679089656cf48e26e60ecc8aa7488c (diff) |
Install files into binary packages.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,8 @@ build: install: build oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libogg.la + mv dest/usr/share/doc/libogg/ dest/usr/share/doc/libogg.0/ oh-fixperms - oh-strip + oh-strip -k oh-installfiles |