[csw-devel] SF.net SVN: gar:[8504] csw/mgar/gar/v2/bin/checkpkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Feb 11 18:08:55 CET 2010
Revision: 8504
http://gar.svn.sourceforge.net/gar/?rev=8504&view=rev
Author: wahwah
Date: 2010-02-11 17:08:55 +0000 (Thu, 11 Feb 2010)
Log Message:
-----------
mGAR v2: checkpkg, a better error message for double depends
Modified Paths:
--------------
csw/mgar/gar/v2/bin/checkpkg
Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg 2010-02-11 16:50:55 UTC (rev 8503)
+++ csw/mgar/gar/v2/bin/checkpkg 2010-02-11 17:08:55 UTC (rev 8504)
@@ -512,7 +512,7 @@
| sort | uniq -c | awk '{print $1}' | sort | uniq | wc -l)"
if [[ "$repeated_depends" -gt 1 ]]; then
cat $EXTRACTDIR/$pkgname/install/depend
- errmsg "$pkgname has multiple depends"
+ errmsg "$pkgname lists a dependency more than once, see above"
fi
#to retain a record of all packages currently being examined from $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list