Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=7af9352470ea5d4e2eed10ff735b1dc30bec2d3c
commit 7af9352470ea5d4e2eed10ff735b1dc30bec2d3c
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Fri Dec 28 03:59:28 2007 +0100
gensync: typo in checking for nobuild in suboptions()
diff --git a/scripts/gensync b/scripts/gensync
index d175602..e2386af 100755
--- a/scripts/gensync
+++ b/scripts/gensync
@@ -256,7 +256,7 @@ for file in `find $rootdir -name $BUILDSCRIPT`; do
conflicts="${subconflicts[$i]}"
provides="${subprovides[$i]}"
options="${suboptions[$i]}"
- if in_array $arch [EMAIL PROTECTED] && [ !
"`check_option NOBUILD`"]; then
+ if in_array $arch [EMAIL PROTECTED] && [ !
"`check_option NOBUILD`" ]; then
db_write_entry $subpkg || die "error writing entry for $subpkg ($file)"
fi
i=$(($i+1))
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git