perl: remove a debug printf.
--HG-- extra : convert_revision : 4c0675951081b325902d4f87e75925f5e9cc26da
This commit is contained in:
parent
cc83e58b90
commit
97eddf846d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue