diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-08-08 22:12:42 +0200 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-08-08 22:13:25 +0200 |
commit | 90b955b8364ed83afb06cfd6a0e8b04d72510b12 (patch) | |
tree | e68316d004aacca9baf51c8094a3fa240fac8c3b /extras | |
parent | 214a6c791cbc0c1a190c430eb37056087e661344 (diff) |
Fix “make distcheck” run outside of the source directory.
Pass the path to keys.txt as second parameter of check-keymaps.sh so that
it can be found in the right path.
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/keymap/check-keymaps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |