diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-02-29 16:33:49 +0100 |
---|---|---|
committer | Jan Zeleny <jzeleny@redhat.com> | 2012-02-29 16:33:49 +0100 |
commit | b97595ae059c69b1960a6e7e56d74660388a683b (patch) | |
tree | f5ddf1c30c0370af1a2691068964fd7fcc72589e /Makefile.am | |
parent | bbb85a2014a200c7a8088cf33a1ddaff75d6655d (diff) | |
download | sssd-b97595ae059c69b1960a6e7e56d74660388a683b.tar.gz sssd-b97595ae059c69b1960a6e7e56d74660388a683b.tar.xz sssd-b97595ae059c69b1960a6e7e56d74660388a683b.zip |
Fix the script 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 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 = \ |