Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kd35a
Created August 7, 2014 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kd35a/1f439224dc7282fd266f to your computer and use it in GitHub Desktop.
Save kd35a/1f439224dc7282fd266f to your computer and use it in GitHub Desktop.
PKGBUILD.patch
--- PKGBUILD.orig 2014-08-07 11:22:38.000000000 +0200
+++ PKGBUILD 2014-08-07 20:53:59.488748152 +0200
@@ -120,7 +120,7 @@
package() {
#source /etc/profile.d/perlbin.sh
- cd $pkgname-$pkgver
+ cd ffmpeg-$pkgver
make DESTDIR="$pkgdir" install install-man
install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
install -Dm644 "$srcdir"/UNREDISTRIBUTABLE.txt "$pkgdir/usr/share/licenses/$pkgname/UNREDISTRIBUTABLE.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment