[csw-devel] SF.net SVN: gar:[13367] csw/mgar/gar/v2/categories/cpan/category.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 18 17:08:07 CET 2011
Revision: 13367
http://gar.svn.sourceforge.net/gar/?rev=13367&view=rev
Author: dmichelsen
Date: 2011-02-18 16:08:07 +0000 (Fri, 18 Feb 2011)
Log Message:
-----------
cpan/CGI-SpeedyCGI: Do not fail if META.yml is not in the module
Modified Paths:
--------------
csw/mgar/gar/v2/categories/cpan/category.mk
Modified: csw/mgar/gar/v2/categories/cpan/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/cpan/category.mk 2011-02-18 15:57:09 UTC (rev 13366)
+++ csw/mgar/gar/v2/categories/cpan/category.mk 2011-02-18 16:08:07 UTC (rev 13367)
@@ -92,7 +92,7 @@
@$(MAKECOOKIE)
pre-package:
- test -f $(WORKSRC_FIRSTMOD)/META.yml && cp $(WORKSRC_FIRSTMOD)/META.yml $(WORKDIR_GLOBAL)
+ -rm -f $(WORKDIR_GLOBAL)/META.yml && test -f $(WORKSRC_FIRSTMOD)/META.yml && cp $(WORKSRC_FIRSTMOD)/META.yml $(WORKDIR_GLOBAL)
# Check for a CPAN module version update
update-check:
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