[csw-devel] SF.net SVN: gar:[4783] csw/mgar/gar/v2/gar.pkg.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat May 9 11:32:24 CEST 2009
Revision: 4783
http://gar.svn.sourceforge.net/gar/?rev=4783&view=rev
Author: dmichelsen
Date: 2009-05-09 09:32:24 +0000 (Sat, 09 May 2009)
Log Message:
-----------
mGAR v2: Fix typo in revision calculation
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2009-05-09 08:19:16 UTC (rev 4782)
+++ csw/mgar/gar/v2/gar.pkg.mk 2009-05-09 09:32:24 UTC (rev 4783)
@@ -352,7 +352,7 @@
# URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk
define _URL
-$(if $(shell if test -x $(SVN); then echo yes; fi),$(shell $(SVN) info . 2>/dev/null | $(GAWK) '$$1 == "URL:" { print $$2 }))
+$(if $(shell if test -x $(SVN); then echo yes; fi),$(shell $(SVN) info . 2>/dev/null | $(GAWK) '$$1 == "URL:" { print $$2 }'))
endef
# XXX: It is possible that a package is flagged as /isaexec, even
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