[csw-devel] SF.net SVN: gar:[13864] csw/mgar/pkg/git/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Mar 19 18:20:23 CET 2011


Revision: 13864
          http://gar.svn.sourceforge.net/gar/?rev=13864&view=rev
Author:   bdwalton
Date:     2011-03-19 17:20:23 +0000 (Sat, 19 Mar 2011)

Log Message:
-----------
git/trunk: add missing ; and line continuation to usr/share correction code

Modified Paths:
--------------
    csw/mgar/pkg/git/trunk/Makefile

Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile	2011-03-19 16:55:37 UTC (rev 13863)
+++ csw/mgar/pkg/git/trunk/Makefile	2011-03-19 17:20:23 UTC (rev 13864)
@@ -228,7 +228,7 @@
 		cp contrib/completion/* \
 			$(BD)/ )
 	@( cd $(WORKSRC)/contrib/hooks; \
-		perl -pi -e 's!/usr/share/doc/git-core!/opt/csw/share/doc/git!' post-receive-email
+		perl -pi -e 's!/usr/share/doc/git-core!/opt/csw/share/doc/git!' post-receive-email; \
 		ginstall -c -d -m 0755 $(CONTHOOKS); \
 		ginstall -c -m 0644 post-receive-email $(CONTHOOKS) )
 	@$(MAKECOOKIE)


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