[arch-projects] [devtools][PATCH] checkpkg: Use symlinks in work directory instead of copying the packages

Andrwe archlinux at andrwe.org
Mon Aug 8 05:15:05 EDT 2011


On Sun,  7 Aug 2011 00:09:35 -0400, Eric Bélanger wrote:

     + fullname=$(echo $pkgurl | sed 's#^file://##')


You can replace this with this bash internal syntax:
fullname=${pkgurl#file://}

Kind regards,
Andrwe


More information about the arch-projects mailing list