summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 09:35:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 09:35:31 -0300
commit96805b13998f7f404698e18fbccefccdce3dba46 (patch)
tree803f9551abdf3ffd3a6c9f4080e371debde987c1
parent738986389e7b59aa6225415d208579497058ee96 (diff)
libquicktime-libre: fix issue on PKGBUILD file
-rw-r--r--libre/libquicktime-libre/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD
index 60eb23171..c78321b25 100644
--- a/libre/libquicktime-libre/PKGBUILD
+++ b/libre/libquicktime-libre/PKGBUILD
@@ -23,7 +23,7 @@ conflicts=($_pkgname)
replaces=($_pkgname)
prepare() {
- cd $pkgname-$pkgver
+ cd $_pkgname-$pkgver
patch -Np1 -i ../ffmpeg2.0.patch
}