summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-21 21:46:35 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-21 21:46:35 +0000
commit99ab886daca5b700ef1a33653ee9d4712b5eeec5 (patch)
treeae0112539cf563ec5b80ef521c7d373d6f47f179
parentb9d375cb124da3d3e0b4dda2d9a948d3ae2bf4f9 (diff)
downloadasb-99ab886daca5b700ef1a33653ee9d4712b5eeec5.tar.gz
asb-99ab886daca5b700ef1a33653ee9d4712b5eeec5.tar.xz
Fix the location of the patch
-rwxr-xr-xgecko-mediaplayer/build/gecko-mediaplayer.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gecko-mediaplayer/build/gecko-mediaplayer.SlackBuild b/gecko-mediaplayer/build/gecko-mediaplayer.SlackBuild
index 3ee258ac..c515b388 100755
--- a/gecko-mediaplayer/build/gecko-mediaplayer.SlackBuild
+++ b/gecko-mediaplayer/build/gecko-mediaplayer.SlackBuild
@@ -181,8 +181,8 @@ cd ${PRGNAM}-${VERSION}
if [ "$VERSION" = "1.0.8" ]; then
# Fix the function table check so that the plugin works with Chromium
# (already added to SVN for next release):
- cat gecko-mediaplayer-1.0.8_functiontable.patch | patch -p1 --verbose \
- 2>&1 | tee $OUTPUT/patch-$PRGNAM.log
+ cat $SRCDIR/gecko-mediaplayer-1.0.8_functiontable.patch \
+ | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-$PRGNAM.log
fi
chown -R root:root .