diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-27 11:21:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-27 11:22:22 (EDT) |
commit | 9741b163e9c3cf10d5387c2e82e19e8a4a74e9ce (patch) | |
tree | f0431cddad022758c82deae535ce830674df444f /build | |
parent | 12b167c71e3a96e452cb3b76c64389dac57a7a4f (diff) |
Add binary packages and finish "install" target.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,3 +16,6 @@ install: build # Remove bcc and ELKS libc things for now. rm -Rf dest/usr/lib/bcc dest/usr/bin/bcc \ dest/usr/share/man/man1/bcc.1 dest/usr/share/man/man1/elks*.1 + oh-fixperms + oh-strip + oh-installfiles |