aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings.mk')
-rw-r--r--settings.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.mk b/settings.mk
index 21063b9..dba6419 100644
--- a/settings.mk
+++ b/settings.mk
@@ -1,8 +1,9 @@
-# Copyright 2008-2010 Gentoo Foundation
+# Copyright 2008-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESTDIR ?=
-PREFIX ?= /usr
+EPREFIX ?= /usr
+PREFIX ?= $(EPREFIX)
INSTALL_DIR = install -m 755 -d
INSTALL_EXEC = install -m 755