Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=1027ef0f6e24788d59a8e284927081e46472e0e9
commit 1027ef0f6e24788d59a8e284927081e46472e0e9 Author: voroskoi <[EMAIL PROTECTED]> Date: Mon Oct 15 20:07:24 2007 +0200 fblint-sayshell_fix added 0.7 release name to pkgdesc check diff --git a/fblint b/fblint index 32a09b5..ea7cbef 100755 --- a/fblint +++ b/fblint @@ -172,7 +172,7 @@ if [ ! -z "$subpkgs" ]; then fi if [ "`get_root`" = "stable" ]; then - check "unchanged pkgrel" "echo $pkgrel | grep -q '\(siwenna\|terminus\)'" + check "unchanged pkgrel" "echo $pkgrel | grep -q '\(siwenna\|terminus\|sayshell\)'" fi [ "$_fblint_verbose" ] && echo "done: $_fblint_done, failed $_fblint_failed" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
