ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 751629b2195a421941ef69e81a29d420a282c729
parent ca5e13ca83fd7ff1bd0ec992eab1fd57170f5f58
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 19 May 2014 17:02:25 +0200

ii: strip binary

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mii/ii.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ii/ii.mk b/ii/ii.mk @@ -9,3 +9,4 @@ ii:QV: install:QV: make -j$nprocs PREFIX="$prefix" DESTDIR="$ROOT" install + $STRIP "$ROOT/$BINDIR/ii"