From 28ed7b4ff3b5598d9ef126a17dd1c3688e0a0e53 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 22 May 2006 05:37:04 +0000 Subject: - fix gprintify path --- gprintify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprintify') 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 -- cgit v1.2.1