summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Beikirch2020-04-13 12:41:56 +0200
committerMax Beikirch2020-04-13 12:41:56 +0200
commitf170a49677c106af43744d63ed723bb85ae27960 (patch)
treec2d256ec001cc69ba74f902010ced85e37ab5c5b
parentea0cefe9548383078bf0d990313d056610863530 (diff)
downloadaur-f170a49677c106af43744d63ed723bb85ae27960.tar.gz
fix wrong installation prefix (/usr/local)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 026619bfc399..ed1e5dad8aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ prepare() {
build() {
cd "${srcdir}/squash"
- ./autogen.sh
+ ./autogen.sh --prefix=/usr
make
}