summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-08-14 02:14:41 -0400
committerDavid P <megver83@parabola.nu>2021-08-14 02:14:41 -0400
commitc822c3f6e43678c7f1340935d835f1cf25cb47b2 (patch)
tree0be95a06ee4bd3b00e8767dc7d19f2f038dc8faf
parent69b31b43b2144f309c82c5080c5da2b7683013af (diff)
parabolaiso: set PREFIX
Signed-off-by: David P <megver83@parabola.nu>
-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
}