summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit1b40a6fb2af671d92055a2cc874ff0c92b68cb5f (patch)
tree64f28ad97f0973fb81261e12b8cdb4f8e4ad4449
parent00a3051bbfea4b60914fb4235f39c0c8a305aa86 (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-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 0e16deb..fba72d9 100755
--- a/build
+++ b/build
@@ -10,5 +10,5 @@ install:
cd src && \
make DESTDIR="$$(pwd)/../dest" install && \
cd ..
- #oh-strip -g
+ oh-strip -k
oh-installfiles