diff --git a/Makefile b/Makefile index a0c26dd..c202352 100755 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ TARGET=dwelling-home SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR:= +PREFIX:=/usr/local VERSION=23.38.0 diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index e8a3b98..3280e2a 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -22,5 +22,5 @@ build() { package() { cd "$srcdir/$pkgname" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" PREFIX="/usr" install } \ No newline at end of file