diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-21 16:45:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-21 16:45:01 (EDT) |
commit | 1b40a6fb2af671d92055a2cc874ff0c92b68cb5f (patch) | |
tree | 64f28ad97f0973fb81261e12b8cdb4f8e4ad4449 | |
parent | 00a3051bbfea4b60914fb4235f39c0c8a305aa86 (diff) |
Enable stripping of binary files.
NOTE: Requires opkhelper 3.0.0-alpha2 (not yet released), or at least
commit 260c0b17 in opkhelper's Git repository.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ install: cd src && \ make DESTDIR="$$(pwd)/../dest" install && \ cd .. - #oh-strip -g + oh-strip -k oh-installfiles |