summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/parabolaiso/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD
index ea12ad3ef..1ec1b35b8 100644
--- a/libre/parabolaiso/PKGBUILD
+++ b/libre/parabolaiso/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=parabolaiso
pkgver=57
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images'
arch=('any')
license=('GPL3')
@@ -35,5 +35,5 @@ check() {
package() {
cd "${pkgbase}"
- make DESTDIR="${pkgdir}" install
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
}