summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalosghost2017-01-05 17:00:27 -0600
committerhalosghost2017-01-05 17:00:27 -0600
commiteb2f8498a85fc26ff0b5d9623a6f2cd17e010824 (patch)
treeb299b19f6adffd6032a010286fed7e3526179165
parentff082fbfece1cffb86efaeb806e4ea468d0959fb (diff)
downloadaur-eb2f8498a85fc26ff0b5d9623a6f2cd17e010824.tar.gz
passing PREFIX for `make` is no longer needed
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd538467ac17..1016a9f0bc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,5 +35,5 @@ build () {
package () {
cd pbpst
- make DESTDIR="${pkgdir}" PREFIX='/usr' install
+ make DESTDIR="${pkgdir}" install
}