Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=789309b5b4e5a5b7070a66da3d415e43313e2545
commit 789309b5b4e5a5b7070a66da3d415e43313e2545 Author: VMiklos <[EMAIL PROTECTED]> Date: Tue Sep 4 13:36:04 2007 +0200 revert "fblint: improve 'valid options()' check" - this reverts commit 18514fde2d09f8e84e43691895d4b60215360551 - it allowed to use custom options, but it turns out that they are bad - options can't be modified from commandline - see the postfix pkg for a good example about how to live without custom options diff --git a/fblint b/fblint index 238d006..33b9221 100755 --- a/fblint +++ b/fblint @@ -128,8 +128,7 @@ check "pkgdesc" "[ ! -z \"$pkgdesc\" ]" check "url" "[ ! -z \"$url\" ]" check "groups" "[ ! -z \"$groups\" ]" check "valid first group" "! echo $groups |grep -q -- - || echo $groups|grep -q -- -extra$" -# allowing 'devel' here is a bit tricky, as it's not documented but we use it actually, ie in OOo's FB -check "valid options()" "[ -z \"$(echo [EMAIL PROTECTED]|tr ' ' '\n' |grep -v '\(nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|devel\)')\" ]" +check "valid options()" "[ -z \"$(echo [EMAIL PROTECTED]|tr ' ' '\n' |grep -v '\(nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\)')\" ]" check "archs" "[ ! -z \"$archs\" ]" check "up2date" "[ ! -z \"`echo $up2date|sed 's/\$(/\\\\\$(/g'`\" ]" _fblint_have_remote_source=n _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
