From 61462d319335f0633c874b5a0b69520bf9b4713b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 22 Sep 2014 09:36:24 +0100 Subject: Fix use of hardcoded /usr prefix in xkeyboard-config I said that I would do this when merging Javier's graphics-common branch but then somehow failed to actually commit this change. --- strata/input-common/xkeyboard-config.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/input-common/xkeyboard-config.morph b/strata/input-common/xkeyboard-config.morph index 7dabe551..ad33b422 100644 --- a/strata/input-common/xkeyboard-config.morph +++ b/strata/input-common/xkeyboard-config.morph @@ -3,5 +3,5 @@ kind: chunk configure-commands: - ./autogen.sh --prefix="$PREFIX" --disable-runtime-deps install-commands: -- mkdir -p "$DESTDIR"/usr/share/X11/xkb/ +- mkdir -p "$DESTDIR"/"$PREFIX"/share/X11/xkb/ - make install DESTDIR="$DESTDIR" -- cgit v1.2.1