summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2016-11-24 01:29:48 +0800
committerBhoppi Chaw2016-11-24 01:29:48 +0800
commitb243e30f4ec5418e5773b155aa7712aaca7422ca (patch)
treebee7401e9ee77a9699be53f9b732565703676d27
parentfd764d432423d152bd38d519aea0160e8a086c58 (diff)
downloadaur-b243e30f4ec5418e5773b155aa7712aaca7422ca.tar.gz
fix install path bug
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a3411a2070..82bfdfc6e4a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Nov 23 17:26:42 UTC 2016
+# Wed Nov 23 17:29:27 UTC 2016
pkgbase = ffx264
pkgdesc = a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.
pkgver = 3.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://sourceforge.net/projects/ffx264/
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 29e9c71c21cc..1d8cf3e79630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffx264
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.'
arch=(any)
url='https://sourceforge.net/projects/ffx264/'
@@ -14,5 +14,5 @@ sha256sums=('ef8d3bac8672cb0529fcef48851af449e45695f17b3e087f7c2b99bb4a6acca8')
package()
{
cd $pkgname-$pkgver
- make install PREFIX="$pkgdir"
+ make install PREFIX="$pkgdir"/usr
}