From b97595ae059c69b1960a6e7e56d74660388a683b Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 29 Feb 2012 16:33:49 +0100 Subject: Fix the script path --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6ec41eea7..30a640d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,7 +185,7 @@ dist_noinst_SCRIPTS = \ src/config/SSSDConfig.py \ src/config/SSSDConfigTest.py \ src/config/sssd_upgrade_config.py \ - src/contrib/rhel/update_debug_levels.py \ + contrib/rhel/update_debug_levels.py \ src/tests/pyhbac-test.py dist_noinst_DATA = \ -- cgit