Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=8af3eb8ccf33841e6c242e7c3183299323243b8d

commit 8af3eb8ccf33841e6c242e7c3183299323243b8d
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Dec 1 10:34:44 2008 +0100

fblint: fix typo in 2 error messages

diff --git a/fblint b/fblint
index 976703f..1c50ecb 100755
--- a/fblint
+++ b/fblint
@@ -114,8 +114,8 @@ check "maintainer" "grep -q '^# Maintainer: ' $_fblint_fb"
check "syntax errors" "source $_fblint_fb"
check "pkgname" "[ ! -z \"$pkgname\" ]"
# fst is a special exception for chroot builds
-check "parent dir is the same as the first group" "[ $pkgname == `pwd|sed 
's|.*/||'` -o fst == `pwd|sed 's|.*/||'` ]"
-check "dirname is the same as pkgname" "[ $groups == `pwd|sed 
's|.*/\(.*\)/.*|\1|'` -o tmp == `pwd|sed 's|.*/\(.*\)/.*|\1|'` ]"
+check "parent dir is the same as the first group" "[ $groups == `pwd|sed 
's|.*/\(.*\)/.*|\1|'` -o tmp == `pwd|sed 's|.*/\(.*\)/.*|\1|'` ]"
+check "dirname is the same as pkgname" "[ $pkgname == `pwd|sed 's|.*/||'` -o 
fst == `pwd|sed 's|.*/||'` ]"
check "uppercase letters in pkgname" "! echo $pkgname | grep -q '[A-Z]'"
check "pkgver" "[ ! -z \"$pkgver\" ]"
check "hyphen-less pkgver" "[ ! `echo $pkgver | grep '-'` ]"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to