aboutsummaryrefslogtreecommitdiffstats
path: root/gprintify
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-05-22 05:37:04 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-05-22 05:37:04 +0000
commit28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53 (patch)
treec167bf8f8122922a53dca266f96a04f3ee909893 /gprintify
parentb9ccb14f004bc00eac13304dd8c05904660fa755 (diff)
downloadspec-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
Diffstat (limited to 'gprintify')
-rwxr-xr-xgprintify2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprintify b/gprintify
index 85bf0cf..34ca30d 100755
--- a/gprintify
+++ b/gprintify
@@ -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