diff options
author | Eddy Petrisor <eddy@twix.dsd.ro> | 2008-02-28 21:52:28 +0200 |
---|---|---|
committer | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-02-29 00:20:47 +0200 |
commit | 64580202061d4d8f449e09107ac6e60706142202 (patch) | |
tree | bbdb1aed9a82aba44619e4b6e64bc783622ee64f /Makefile | |
parent | 7b13e5fcacff359771f18e954da9bf9540b82eb6 (diff) | |
download | pbuilder-64580202061d4d8f449e09107ac6e60706142202.tar pbuilder-64580202061d4d8f449e09107ac6e60706142202.tar.gz |
No longer install /etc/pbuilderrc
Instead put that file in the examples directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ install: $(INSTALL_EXECUTABLE) pbuilder-satisfydepends-checkparams $(DESTDIR)/usr/lib/pbuilder/ $(INSTALL_EXECUTABLE) pbuilder-satisfydepends-funcs $(DESTDIR)/usr/lib/pbuilder/ $(INSTALL_EXECUTABLE) pdebuild-internal $(DESTDIR)/usr/lib/pbuilder/ - $(INSTALL_FILE) pbuilderrc $(DESTDIR)/etc + $(INSTALL_FILE) pbuilderrc $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_FILE) pbuilderrc $(DESTDIR)/usr/share/pbuilder $(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/etc/pbuilder $(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/usr/share/pbuilder |