Skip to content

Commit

Permalink
one more thing: strip executables
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Dec 7, 2018
1 parent 957173e commit 81f78e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/installer/makeinstall
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ make -j4 || exit 1
make DESTDIR=copy install || exit 1
cd copy/opt || exit 1
cp -v ../../../src/installer/uninstall input-modifier || exit 1
echo "stripping program..."
strip -s input-modifier/bin/imodd || exit 1
strip -s input-modifier/bin/imod-cli || exit 1
tar -cv --owner=root --group=root -f ../../../rel/installdata.tar input-modifier || exit 1
cd ../../.. || exit 1
cp -v src/installer/install rel/ || exit 1
Expand Down

0 comments on commit 81f78e5

Please sign in to comment.