[csw-devel] SF.net SVN: gar:[16394] csw/mgar/gar/v2/categories/rbgems/category.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Dec 7 20:46:08 CET 2011
Revision: 16394
http://gar.svn.sourceforge.net/gar/?rev=16394&view=rev
Author: dmichelsen
Date: 2011-12-07 19:46:08 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
mGAR v2: In category 'rbgems' make sure name conforms to naming rules
Modified Paths:
--------------
csw/mgar/gar/v2/categories/rbgems/category.mk
Modified: csw/mgar/gar/v2/categories/rbgems/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/rbgems/category.mk 2011-12-07 19:45:11 UTC (rev 16393)
+++ csw/mgar/gar/v2/categories/rbgems/category.mk 2011-12-07 19:46:08 UTC (rev 16394)
@@ -10,7 +10,7 @@
DISTFILES += $(GEMFILE)
GEMPKGVERSION ?= $(subst .,-,$(GEMVERSION))
-GEMPKGNAME ?= $(GEMNAME)-$(GEMPKGVERSION)
+GEMPKGNAME ?= $(subst _,-,$(GEMNAME)-$(GEMPKGVERSION))
GEMCATALOGNAME ?= $(subst -,_,$(GEMPKGNAME))
# PACKAGES ?= CSWgem-$(GEMPKGNAME) CSWgem-$(GEMPKGNAME)-doc
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