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 }