summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Wang2020-12-04 13:46:32 +0800
committerMarco Wang2020-12-04 13:46:32 +0800
commitb4b38bba9479d3dfd33c8e6ea7c44c5aef6a168d (patch)
treecff6dd666aa88f49ef039f8cfeee3d125d8bc887 /PKGBUILD
parentaecefa50ef5af36a0ee1b59757be18b27c5e3289 (diff)
downloadaur-b4b38bba9479d3dfd33c8e6ea7c44c5aef6a168d.tar.gz
change prefix to /usr
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0c7a284e574..7d528110aa28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,11 +22,11 @@ build() {
package() {
# Install wmderland.
cd ${_pkgname}/build/
- make DESTDIR="${pkgdir}/" PREFIX="/usr/local/" install
+ make DESTDIR="${pkgdir}/" PREFIX="/usr/" install
# Install wmderlandc (ipc client).
cd ../ipc-client/build/
- make DESTDIR="${pkgdir}/" PREFIX="/usr/local/" install
+ make DESTDIR="${pkgdir}/" PREFIX="/usr/" install
# Install example config file.
cd ../../