summaryrefslogtreecommitdiffstats
path: root/gnash
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-29 20:30:11 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-29 20:30:11 +0000
commit04bc49b12b56b091d539d6acb587711ec9c8961f (patch)
treedc3b0ec759a341983de7c36e55038e83df2bc40e /gnash
parentb664fbd1b83f8f6d6ff1d45c499a69658ff66584 (diff)
downloadasb-04bc49b12b56b091d539d6acb587711ec9c8961f.tar.gz
asb-04bc49b12b56b091d539d6acb587711ec9c8961f.tar.xz
Final...?
Diffstat (limited to 'gnash')
-rwxr-xr-xgnash/build/gnash.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnash/build/gnash.SlackBuild b/gnash/build/gnash.SlackBuild
index 35ef62bd..c3c0f55f 100755
--- a/gnash/build/gnash.SlackBuild
+++ b/gnash/build/gnash.SlackBuild
@@ -139,8 +139,10 @@ done
cd ${PRGNAM}-${VERSION}
cat $SRCDIR/gnash.kde4.diff | patch -p1 --verbose
-# Gnash configure is a bag of sloppinesss but this will suffice:
+# Gnash source configuration is a bag of sloppinesss but this will suffice:
sed -i -e "/_PLUGINDIR/s#lib/#lib64/#" configure
+sed -i -e 's/^docdir = .*/docdir = @docdir@/' \
+ -e 's/^htmldir = .*/htmldir = @htmldir@/'doc/C/Makefile.in
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@@ -177,7 +179,7 @@ make DESTDIR=$PKG install install-plugins \
# Add desktop files and move an icon into position:
mkdir -p $PKG/usr/share/{applications,pixmaps}
-cp -a usr/share/gnash/GnashG.png $PKG/usr/share/pixmaps/GnashG.png
+cp -a $PKG/usr/share/gnash/GnashG.png $PKG/usr/share/pixmaps/GnashG.png
cat <<EOT > $PKG/usr/share/applications/gtk-gnash.desktop
[Desktop Entry]