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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c69529780d..221e91f538 100644 --- a/Makefile.am +++ b/Makefile.am @@ -493,7 +493,7 @@ udevacl-install-hook: ln -sf $(libexecdir)/udev-acl $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d/udev-acl.ck keymaps-distcheck-hook: extras/keymap/keys.txt - ./extras/keymap/check-keymaps.sh $(top_srcdir) + $(top_srcdir)/extras/keymap/check-keymaps.sh $(top_srcdir) $^ # ------------------------------------------------------------------------------ # Custom rules |