aboutsummaryrefslogtreecommitdiff
path: root/gd
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 18:32:42 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 18:32:42 +0000
commita927e36c38260aae79fdc8dfd8a8ce4427e25d8c (patch)
tree9236f8c9789f457301999d5be68df675810508fb /gd
parent3411f8ff15a346f9fa936fd0f2169f48ce71a5c5 (diff)
downloadslackbuilds-a927e36c38260aae79fdc8dfd8a8ce4427e25d8c.tar.gz
slackbuilds-a927e36c38260aae79fdc8dfd8a8ce4427e25d8c.tar.bz2
grub update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@65 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'gd')
-rwxr-xr-xgd/gd.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gd/gd.SlackBuild b/gd/gd.SlackBuild
index 09a6b03d..9ec0005e 100755
--- a/gd/gd.SlackBuild
+++ b/gd/gd.SlackBuild
@@ -58,11 +58,11 @@ cd $PACKAGE-$VERSION
# building with --disable-shared, otherwise stuff such as mrtg wont compile
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-fontconfig=no --disable-shared
make
-make DESTDIR=$TMP/package-$PACKAGE/$PACKAGE install
+make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"
-cd $TMP/package-$PACKAGE/$PACKAGE
+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