summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpen Media Library2016-01-30 16:29:54 +0530
committerOpen Media Library2016-01-30 16:29:54 +0530
commit95444e11d3e166d30e8eff306da6bb31925e6fc3 (patch)
treef66b071c861c6d3d76c80c8231de9f3a03947f54
parentcc85b8d5dad122a324c5e430952b820a693ccc9d (diff)
downloadaur-95444e11d3e166d30e8eff306da6bb31925e6fc3.tar.gz
fix path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba42bcbae4da..ef52363d217e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,6 @@ source=(https://downloads.openmedialibrary.com/$pkgname-$pkgver.tar.xz)
sha1sums=('5524083d748218034f125599308b7661c529beb4')
package() {
- cd "${srcdir}"
+ cd "${pkgbase}-${pkgver}"
make install PREFIX=/usr DESTDIR="${pkgdir}"
}