summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYorick Peterse2020-10-02 20:47:21 +0200
committerYorick Peterse2020-10-02 20:47:21 +0200
commit001e90b0b248d6c6943cd80fab0c3f91d6d18b91 (patch)
tree2eb15a58c29b93334712046ae010220ac11642ac /PKGBUILD
parent25ec10e5a4da61523c18aa77ec618b545d3b3ad8 (diff)
downloadaur-001e90b0b248d6c6943cd80fab0c3f91d6d18b91.tar.gz
Specify PREFIX when building
Although the default is already /usr, specifying the prefix explicitly ensures the PKGBUILD keeps working even if this default changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72bb50135b23..6f813b08c9b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build() {
# Enable the libffi-system feature so the system libffy is used, instead of
# compiling it from source.
- make build FEATURES='libinko/libffi-system'
+ make build FEATURES='libinko/libffi-system' PREFIX='/usr'
}
package() {