Revision: 25000
http://sourceforge.net/p/gar/code/25000
Author: dmichelsen
Date: 2015-05-20 14:49:56 +0000 (Wed, 20 May 2015)
Log Message:
-----------
ansible/trunk: Add plugins
Modified Paths:
--------------
csw/mgar/pkg/ansible/trunk/Makefile
Modified: csw/mgar/pkg/ansible/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ansible/trunk/Makefile 2015-05-20 14:24:06 UTC (rev 24999)
+++ csw/mgar/pkg/ansible/trunk/Makefile 2015-05-20 14:49:56 UTC (rev 25000)
@@ -89,4 +89,6 @@
post-install:
ginstall -D -m 0644 $(WORKDIR)/hosts.CSW
$(DESTDIR)$(sysconfdir)/ansible/hosts.CSW
ginstall -D -m 0644 $(WORKSRC)/examples/ansible.cfg
$(DESTDIR)/$(sysconfdir)/ansible/ansible.cfg.CSW
+ ginstall -d -m 0755 $(DESTDIR)$(sharedstatedir)/ansible
+ cp -rp $(WORKSRC)/plugins $(DESTDIR)$(sharedstatedir)/ansible/plugins
@$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.