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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 31 18:22:06 CEST 2009


Revision: 4113
          http://gar.svn.sourceforge.net/gar/?rev=4113&view=rev
Author:   bdwalton
Date:     2009-03-31 16:22:06 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
force Git.pm to the perl vendor module directory instead of site

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

Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile	2009-03-31 15:38:56 UTC (rev 4112)
+++ csw/mgar/pkg/git/trunk/Makefile	2009-03-31 16:22:06 UTC (rev 4113)
@@ -107,7 +107,9 @@
 		ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \
 		all doc
 
-INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc
+INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig \
+		INSTALLDIRS=vendor \
+		install-doc
 
 include gar/category.mk
 
@@ -132,7 +134,7 @@
 	@echo Cleaning up perl stuff
 	@rm -rf $(DESTDIR)/$(libdir)/perl5/site_perl/5*
 	@rm -rf $(DESTDIR)/$(perllib)/
-	@chmod 644 $(DESTDIR)/$(libdir)/perl5/site_perl/*pm
+	@chmod 644 $(DESTDIR)/$(datadir)/perl/csw/*pm
 	@echo Installing Emacs Git extension
 	@( cd $(WORKSRC); $(MAKE) -C contrib/emacs install \
 		emacsdir=$(DESTDIR)/$(datadir)/emacs/site-lisp )


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