From 90b955b8364ed83afb06cfd6a0e8b04d72510b12 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 8 Aug 2009 22:12:42 +0200 Subject: Fix “make distcheck” run outside of the source directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pass the path to keys.txt as second parameter of check-keymaps.sh so that it can be found in the right path. --- extras/keymap/check-keymaps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/keymap') diff --git a/extras/keymap/check-keymaps.sh b/extras/keymap/check-keymaps.sh index d4e3e91760..892fcfd6c3 100755 --- a/extras/keymap/check-keymaps.sh +++ b/extras/keymap/check-keymaps.sh @@ -4,7 +4,7 @@ # and that all key maps listed in the rules are valid and present in # Makefile.am SRCDIR=$1 -KEYLIST=$SRCDIR/extras/keymap/keys.txt +KEYLIST=$2 KEYMAPS_DIR=$SRCDIR/extras/keymap/keymaps #extras/keymap/keymaps RULES=$SRCDIR/extras/keymap/95-keymap.rules -- cgit v1.2.3-54-g00ecf