aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-20 21:04:36 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-20 21:04:36 +0100
commit4d6557b3898af143993e46314cd02e0b28e1ca5a (patch)
treea49583d6824e725bf894f9def0a3b644a28733a7 /settings.mk
parentwrappers/Makefile: rename TOPDIR to SITEDIR (diff)
downloadcrossdev-4d6557b3898af143993e46314cd02e0b28e1ca5a.tar.gz
crossdev-4d6557b3898af143993e46314cd02e0b28e1ca5a.tar.bz2
crossdev-4d6557b3898af143993e46314cd02e0b28e1ca5a.zip
config.site add support for /etc/ overrides
Now crossdev imports cache variables from /etc/crossdev/include/site The file format is the same as /usr/share/crossdev/include/site it is useful to drop local overrides. Reported-by: Alon Bar-Lev Bug: https://bugs.gentoo.org/264074 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'settings.mk')
-rw-r--r--settings.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.mk b/settings.mk
index 01f8e9d..352d1bf 100644
--- a/settings.mk
+++ b/settings.mk
@@ -8,3 +8,4 @@ PREFIX ?= $(EPREFIX)/usr
INSTALL_DIR = install -m 755 -d
INSTALL_EXEC = install -m 755
+INSTALL_DATA = install -m 644