make default location /usr instead of /usr/local

This commit is contained in:
James Barnett 2016-08-31 11:51:04 -05:00
parent 26e72a4272
commit f5b9ce68e1

View file

@ -16,7 +16,7 @@
# with this program; if not, write to the Free Software Foundation, Inc., # with this program; if not, write to the Free Software Foundation, Inc.,
PKGNAME = snap-pac PKGNAME = snap-pac
PREFIX ?= /usr/local PREFIX ?= /usr
SHARE_DIR = $(DESTDIR)$(PREFIX)/share SHARE_DIR = $(DESTDIR)$(PREFIX)/share
SCRIPTS_DIR = $(SHARE_DIR)/libalpm/scripts/ SCRIPTS_DIR = $(SHARE_DIR)/libalpm/scripts/