make default location /usr instead of /usr/local
This commit is contained in:
parent
26e72a4272
commit
f5b9ce68e1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@
|
|||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
PKGNAME = snap-pac
|
||||
PREFIX ?= /usr/local
|
||||
PREFIX ?= /usr
|
||||
|
||||
SHARE_DIR = $(DESTDIR)$(PREFIX)/share
|
||||
SCRIPTS_DIR = $(SHARE_DIR)/libalpm/scripts/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue