Revision: 21238
          http://gar.svn.sourceforge.net/gar/?rev=21238&view=rev
Author:   phipsy
Date:     2013-06-02 14:04:20 +0000 (Sun, 02 Jun 2013)
Log Message:
-----------
puppet3: mantis 5062; create dir

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

Modified: csw/mgar/pkg/puppet3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/puppet3/trunk/Makefile 2013-06-01 18:44:46 UTC (rev 21237)
+++ csw/mgar/pkg/puppet3/trunk/Makefile 2013-06-02 14:04:20 UTC (rev 21238)
@@ -90,6 +90,7 @@
 install-puppet:
        ginstall -m 755 -d $(DESTDIR)
        ginstall -m 755 -d $(DESTDIR)/etc/puppet
+       ginstall -m 755 -d $(DESTDIR)/var/lib/puppet
        ginstall -m 644 $(FILEDIR)/README.CSW $(DESTDIR)/etc/puppet/README.CSW
        ginstall -m 644 $(FILEDIR)/puppet.conf.example-CSW 
$(DESTDIR)/etc/puppet/puppet.conf.example-CSW
        ginstall -m 755 -d $(DESTDIR)$(sysconfdir)/puppet
@@ -103,15 +104,7 @@
                --bindir=$(bindir) \
                --sbindir=$(sbindir) \
                --full
-       ginstall -m 755 $(FILEDIR)/pkgutil.rb 
$(DESTDIR)$(rubysitelibdir)/puppet/provider/package
        cd $(DESTDIR)$(mandir)/man8 && gunzip *
-       # (cd $(WORKSRC)/examples/etc/puppet && \
-       # for f in *; do \
-       #     if [ -f $$f ] ; then \
-       #         cp $$f $(DESTDIR)$(sysconfdir)/puppet/$$f.example; \
-       #         chmod 644 $(DESTDIR)$(sysconfdir)/puppet/$$f.example; \
-       #     fi; \
-       # done)
        mv $(DESTDIR)$(sysconfdir)/puppet/auth.conf 
$(DESTDIR)$(sysconfdir)/puppet/auth.conf.example
        ginstall -m 644 $(FILEDIR)/puppet.conf.example-CSW 
$(DESTDIR)$(sysconfdir)/puppet/puppet.conf.example
        ginstall -d -m 755 $(DESTDIR)$(sysconfdir)/pkg/puppet

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to