diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-22 05:37:04 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-22 05:37:04 +0000 |
commit | 28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53 (patch) | |
tree | c167bf8f8122922a53dca266f96a04f3ee909893 | |
parent | b9ccb14f004bc00eac13304dd8c05904660fa755 (diff) | |
download | spec-helper-28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53.tar spec-helper-28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53.tar.gz spec-helper-28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53.tar.bz2 spec-helper-28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53.tar.xz spec-helper-28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53.zip |
- fix gprintify path
-rwxr-xr-x | gprintify | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ if test -z "$DONT_GPRINTIFY"; then test -f $f && egrep -q '[[:space:]]*\.[[:space:]]+.*/functions' $f && scripts="$scripts $f" done if [ -n "$scripts" ]; then - echo -n "Gprintifying init scripts..." && gprintify.py $scripts && echo "done" + echo -n "Gprintifying init scripts..." && /usr/share/spec-helper/gprintify.py $scripts && echo "done" fi fi |