[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-5-g7b014ef

Micah Anderson micah at riseup.net
Mon Mar 22 01:18:54 UTC 2010


The following commit has been merged in the master branch:
commit 7b014ef84a678e60870d479d8196a9d9042cfc2b
Author: Micah Anderson <micah at riseup.net>
Date:   Sun Mar 21 21:17:51 2010 -0400

    add missing -d flag for install creation of rack directories

diff --git a/debian/rules b/debian/rules
index 4cd17cc..b787f26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,9 +71,9 @@ install: build
 	$(INSTALL) -m0644 ext/rack/README \
 		$(CURDIR)/debian/puppetmaster/usr/share/doc/puppetmaster/README.rack
 	# Install the config.ru and the necessary helper directories
-	$(INSTALL) -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd
-	$(INSTALL) -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/public
-	$(INSTALL) -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/tmp
+	$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd
+	$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/public
+	$(INSTALL) -d -m0755 $(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd/tmp
 	$(INSTALL) -m0644 -o puppet -g puppet ext/rack/files/config.ru \
 		$(CURDIR)/debian/puppetmaster/usr/share/puppet/rack/puppetmasterd
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list