summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"
}