aboutsummaryrefslogtreecommitdiff
path: root/wipe/wipe.build
diff options
context:
space:
mode:
Diffstat (limited to 'wipe/wipe.build')
-rwxr-xr-xwipe/wipe.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/wipe/wipe.build b/wipe/wipe.build
index 4177b94b..2c7460e6 100755
--- a/wipe/wipe.build
+++ b/wipe/wipe.build
@@ -71,8 +71,9 @@ autoconf
make
make install
-# find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+CWD="`pwd`"
+
+# strip --strip-unneeded /usr/bin/wipe
mkdir /install
cat << EOF > /install/slack-desc