[csw-devel] SF.net SVN: gar:[12185] csw/mgar/gar/v2/categories/rbgems/category.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 5 15:34:37 CET 2011
Revision: 12185
http://gar.svn.sourceforge.net/gar/?rev=12185&view=rev
Author: dmichelsen
Date: 2011-01-05 14:34:37 +0000 (Wed, 05 Jan 2011)
Log Message:
-----------
mGAR v2: Use _ instead of - in Ruby packages
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-01-05 14:04:25 UTC (rev 12184)
+++ csw/mgar/gar/v2/categories/rbgems/category.mk 2011-01-05 14:34:37 UTC (rev 12185)
@@ -10,7 +10,7 @@
DISTFILES += $(GEMFILE)
GEMPKGNAME ?= $(GEMNAME)
-GEMCATALOGNAME ?= $(GEMPKGNAME)
+GEMCATALOGNAME ?= $(subst -,_,$(GEMPKGNAME))
# PACKAGES ?= CSWgem-$(GEMPKGNAME) CSWgem-$(GEMPKGNAME)-doc
PACKAGES ?= CSWgem-$(GEMPKGNAME)
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