From f5b9ce68e10d2b308675ed33f2e4d30879b1ad5b Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 31 Aug 2016 11:51:04 -0500 Subject: [PATCH] make default location /usr instead of /usr/local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f362a9..4b32bd0 100644 --- a/Makefile +++ b/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/