diff options
Diffstat (limited to 'ext/debian/rules')
| -rwxr-xr-x | ext/debian/rules | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/debian/rules b/ext/debian/rules index 92ac1c5bb..11418e57f 100755 --- a/ext/debian/rules +++ b/ext/debian/rules @@ -66,14 +66,11 @@ install: build $(INSTALL) -m0644 ext/emacs/puppet-mode.el \ $(CURDIR)/debian/puppet-el/usr/share/emacs/site-lisp/puppet-mode.el - # Install the rack README as README.rack - $(INSTALL) -m0644 ext/rack/README \ - $(CURDIR)/debian/puppetmaster-passenger/usr/share/doc/puppetmaster-passenger/README.rack # Install the config.ru - $(INSTALL) -m0644 ext/rack/files/config.ru \ + $(INSTALL) -m0644 ext/rack/config.ru \ $(CURDIR)/debian/puppetmaster-passenger/usr/share/puppet/rack/puppetmasterd # Install apache2 site configuration template - $(INSTALL) -m0644 ext/rack/files/apache2.conf \ + $(INSTALL) -m0644 ext/rack/example-passenger-vhost.conf \ $(CURDIR)/debian/puppetmaster-passenger/usr/share/puppetmaster-passenger/apache2.site.conf.tmpl # Add ext directory |
