diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:10:27 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:10:27 +0000 |
commit | 5c0d94f5ee478e58ac06a48481274f5946f5fe22 (patch) | |
tree | 1ab414eae8f97e700a764e4fbace6790f1ca3001 | |
parent | 6b833e74f3dabfdd832b07c51d895b232a2207aa (diff) | |
download | slackbuilds-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
-rwxr-xr-x | wipe/wipe.build | 5 |
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 |