diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:26:21 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:26:21 +0000 |
commit | a3bb107c28b1264d024c9fe268787dda8ead4c91 (patch) | |
tree | 4ae09b23fd077e3d0ddb146aec564dcf73bc0faf /lives | |
parent | 01b5ec7a5007c8e1eccc931af286b266990f4054 (diff) | |
download | slackbuilds-a3bb107c28b1264d024c9fe268787dda8ead4c91.tar.gz slackbuilds-a3bb107c28b1264d024c9fe268787dda8ead4c91.tar.bz2 |
added strip on lives
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@166 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'lives')
-rwxr-xr-x | lives/lives.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lives/lives.SlackBuild b/lives/lives.SlackBuild index 69f60470..16f93174 100755 --- a/lives/lives.SlackBuild +++ b/lives/lives.SlackBuild @@ -70,6 +70,9 @@ CWD="`pwd`" cd $TMP/package-$PACKAGE +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 + mkdir install cat << EOF > install/slack-desc # HOW TO EDIT THIS FILE: |