Added PREFIX in Makefile and in PKGBUILD in package().
This commit is contained in:
parent
33cd1dc3b8
commit
134ed23450
1
Makefile
1
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
|
||||
|
||||
|
@ -22,5 +22,5 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
make DESTDIR="$pkgdir/" PREFIX="/usr" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user