aboutsummaryrefslogtreecommitdiff
path: root/wipe
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-22 16:10:27 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-22 16:10:27 +0000
commit5c0d94f5ee478e58ac06a48481274f5946f5fe22 (patch)
tree1ab414eae8f97e700a764e4fbace6790f1ca3001 /wipe
parent6b833e74f3dabfdd832b07c51d895b232a2207aa (diff)
downloadslackbuilds-5c0d94f5ee478e58ac06a48481274f5946f5fe22.tar.gz
slackbuilds-5c0d94f5ee478e58ac06a48481274f5946f5fe22.tar.bz2
wipe hopefully last update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@262 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'wipe')
-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