# HG changeset patch # User Christian Mesh # Date 1338678340 18000 # Node ID 1c8307dbe7197314f93f1ea9a10ce8ac67597fc8 # Parent 2ef8abb6f1a31b4544303d335a2acaee8ed483d3 Updated source receipt to not depend on global vars diff -r 2ef8abb6f1a3 -r 1c8307dbe719 rootfs/usr/lib/slitaz/libpkg.sh --- a/rootfs/usr/lib/slitaz/libpkg.sh Fri Jun 01 22:57:58 2012 +0200 +++ b/rootfs/usr/lib/slitaz/libpkg.sh Sat Jun 02 18:05:40 2012 -0500 @@ -43,8 +43,7 @@ source_receipt() { local receipt=$1 if [ ! -f $receipt ]; then - echo -n $(colorize 31 "$pkg") - indent 28 $(gettext "missing receipt") + indent 28 $(gettext "Missing receipt: ") $receipt continue else . $receipt