[csw-devel] SF.net SVN: gar:[20830] csw/mgar/pkg/git/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Apr 21 10:25:15 CEST 2013
Revision: 20830
http://gar.svn.sourceforge.net/gar/?rev=20830&view=rev
Author: wahwah
Date: 2013-04-21 08:25:14 +0000 (Sun, 21 Apr 2013)
Log Message:
-----------
git/trunk: do not put zsh and tcsh stuff into the bash completion dir
Modified Paths:
--------------
csw/mgar/pkg/git/trunk/Makefile
Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile 2013-04-20 14:37:34 UTC (rev 20829)
+++ csw/mgar/pkg/git/trunk/Makefile 2013-04-21 08:25:14 UTC (rev 20830)
@@ -243,8 +243,12 @@
@echo Installing Bash Completion files
@( cd $(WORKSRC); \
ginstall -c -m 0755 -d $(BD); \
- cp contrib/completion/* \
- $(BD)/ )
+ cp contrib/completion/git-completion.bash $(BD)/; \
+ cp contrib/completion/git-prompt.sh $(BD)/; \
+ ginstall -c -m 0755 -d $(GD); \
+ cp contrib/completion/git-completion.tcsh $(GD)/; \
+ cp contrib/completion/git-completion.zsh $(GD)/; \
+ )
@( cd $(WORKSRC)/contrib/hooks; \
perl -pi -e 's!/usr/share/doc/git-core!/opt/csw/share/doc/git!' post-receive-email; \
ginstall -c -d -m 0755 $(CONTHOOKS); \
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