[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.5-2-109-g5a96442
Micah Anderson
micah at riseup.net
Sun Nov 30 00:48:22 UTC 2008
The following commit has been merged in the master branch:
commit 5a96442b4714028fc1f1fd07bdcbdd6e8f4e1a6a
Author: Micah Anderson <micah at riseup.net>
Date: Sat Nov 29 19:45:07 2008 -0500
Finish the fix for distributing the filebucket binary
diff --git a/debian/rules b/debian/rules
index efb5d70..2e5cd0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ install: build
install -d -m0755 $(localstatedir)/run
install -d -m0755 $(localstatedir)/log/puppet
- $(INSTALL) -m0755 bin/puppet bin/puppetdoc bin/ralsh ext/puppetlast $(bindir)
+ $(INSTALL) -m0755 bin/puppet bin/puppetdoc bin/ralsh ext/puppetlast bin/filebucket $(bindir)
$(INSTALL) -m0755 bin/puppetd bin/puppetmasterd bin/puppetca bin/puppetrun $(sbindir)
$(INSTALL) -m0644 lib/puppet.rb $(rubylibdir)/puppet.rb
cp -a lib/puppet $(rubylibdir)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list