From 97eddf846d0156608494b87121628284a73a669c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Feb 2009 17:59:17 +0100 Subject: [PATCH] perl: remove a debug printf. --HG-- extra : convert_revision : 4c0675951081b325902d4f87e75925f5e9cc26da --- templates/perl/template | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/perl/template b/templates/perl/template index 18bb5ef646..bbb80f2990 100644 --- a/templates/perl/template +++ b/templates/perl/template @@ -55,7 +55,6 @@ post_install() for f in $(find $destdir/usr/bin/ -type f -print); do if $(echo $f|grep -q $destdir); then sed -i -e "s|$destdir||g" $f - echo "Replacing $f" fi done }