SlackBuilds package tool
Go to file
mauro.giachero 5e36b3195c Fix the updates check for Slackware 13.0
In the updates check we split the package name expression (on the
makepkg line) counting dashes. The 13.0 scripts now have, instead of
'tgz', the expression ${PKGTYPE:-tgz} at the end. This makes us pick
up the ARCH field instead.
Fix this by suppressing any ':-' operation found. This should be
reasonably safe (no 12.2 script has such expression there).
While at it, replace the old cut/rev dance with a single sed invocation.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
2009-08-28 16:57:04 +00:00
src Fix the updates check for Slackware 13.0 2009-08-28 16:57:04 +00:00
tools tag and release version 0.30.0 2009-08-24 18:15:20 +00:00
ChangeLog-current.txt Fix the updates check for Slackware 13.0 2009-08-28 16:57:04 +00:00