summaryrefslogtreecommitdiff
path: root/strata/input-common/xkeyboard-config.morph
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-05 15:59:36 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-10-12 14:23:26 +0000
commit87367fcbaf6a466b48a611b09850982b95e83b92 (patch)
treedab439902e83df0c16d3e70c0855dd7bf6daf8dd /strata/input-common/xkeyboard-config.morph
parentaf116d0a12228cd3b2c1c66d7fbe5fb8aaba9277 (diff)
downloaddefinitions-87367fcbaf6a466b48a611b09850982b95e83b92.tar.gz
Set --sysconfdir=/etc all around
Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
Diffstat (limited to 'strata/input-common/xkeyboard-config.morph')
-rw-r--r--strata/input-common/xkeyboard-config.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/input-common/xkeyboard-config.morph b/strata/input-common/xkeyboard-config.morph
index ad33b422..2195befe 100644
--- a/strata/input-common/xkeyboard-config.morph
+++ b/strata/input-common/xkeyboard-config.morph
@@ -1,7 +1,7 @@
name: xkeyboard-config
kind: chunk
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-runtime-deps
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-runtime-deps
install-commands:
- mkdir -p "$DESTDIR"/"$PREFIX"/share/X11/xkb/
- make install DESTDIR="$DESTDIR"