summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOpen Media Library2016-01-30 16:19:29 +0530
committerOpen Media Library2016-01-30 16:19:29 +0530
commitedc15a9f3bbd84c7e4e9a421c4ef73f9419ab25b (patch)
tree33c633d42f239a605435617969c5cc625546e2c8 /PKGBUILD
parent58a9d049e54d9db87df970879af6eb3fc7b05d83 (diff)
downloadaur-edc15a9f3bbd84c7e4e9a421c4ef73f9419ab25b.tar.gz
fix install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58926ea8650..ec8dc8aca269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,6 @@ source=(https://downloads.openmedialibrary.com/$pkgname-$pkgver.tar.xz)
sha1sums=('518193cc1c8724e936fcced8ae8fa61600eefbf3')
package() {
- cd "${pkgbase}-${pkgver}"
+ cd "${srcdir}"
make install PREFIX=/usr DESTDIR="${pkgdir}"
}