diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:24:56 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:24:56 +0000 |
commit | 01b5ec7a5007c8e1eccc931af286b266990f4054 (patch) | |
tree | e642b3565be304e51ee6a66fc69f2452cb195289 /inkscape | |
parent | 23bf3d1a9fb8e7792b7010f6771a23b800250298 (diff) | |
download | slackbuilds-01b5ec7a5007c8e1eccc931af286b266990f4054.tar.gz slackbuilds-01b5ec7a5007c8e1eccc931af286b266990f4054.tar.bz2 |
added strip on inskscape
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@165 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'inkscape')
-rwxr-xr-x | inkscape/inkscape.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inkscape/inkscape.SlackBuild b/inkscape/inkscape.SlackBuild index e958f922..1224b838 100755 --- a/inkscape/inkscape.SlackBuild +++ b/inkscape/inkscape.SlackBuild @@ -67,6 +67,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: |