summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2019-01-05 04:07:21 +0100
committergéballin2019-01-05 04:07:21 +0100
commit0a9c79f8bd762e3ebf550ca6dcdf18afdcbaa591 (patch)
tree53b1d91b0cfe2673b461120532f7e0aca14b6437
parentd3363eacf35a673cef5e392ba0a93e0e8222054c (diff)
downloadaur-0a9c79f8bd762e3ebf550ca6dcdf18afdcbaa591.tar.gz
Correcting configure to install in /usr
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 476b1093605c..6dcc283eaf2d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ md5sums=('579709384f038b75f31e26e3e490f60b'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure
+ ./configure --prefix=/usr
make
chmod +x+x+x ./src/xawale.tcl
}