aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2002-09-18 11:39:14 +0000
committerdancer <dancer>2002-09-18 11:39:14 +0000
commitaa9769f310a2fa3cf8054f619ae6f71025b1fae4 (patch)
treeacce77d9d3d46b3f30acef7cbea705df40fdaf76 /Makefile
parent977d6b4e4dd61b8a5b8bfe3af7d93287127df656 (diff)
downloadpbuilder-aa9769f310a2fa3cf8054f619ae6f71025b1fae4.tar
pbuilder-aa9769f310a2fa3cf8054f619ae6f71025b1fae4.tar.gz
+ * pbuilder-user-mode-linux: change the filenames to pbuilder.conf pbuilder-uml.conf
+ + * pbuilder-user-mode-linux.1: document config files. + + * pbuilder-uml.conf: change filename. + + * uml.conf: new file created. + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add update after create. It should work better. + (UML_MOUNT_TMPFS): add config file loading routine.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9439f24..c5b946f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ TAGS:
install:
$(INSTALL_DIRECTORY) $(DESTDIR)/etc
+ $(INSTALL_DIRECTORY) $(DESTDIR)/etc/pbuilder
$(INSTALL_DIRECTORY) $(DESTDIR)/usr/sbin
$(INSTALL_DIRECTORY) $(DESTDIR)/usr/bin
$(INSTALL_DIRECTORY) $(DESTDIR)/usr/lib/pbuilder
@@ -30,6 +31,8 @@ install:
$(INSTALL_EXECUTABLE) pbuilder-satisfydepends $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_FILE) pbuilderrc $(DESTDIR)/etc
$(INSTALL_FILE) pbuilderrc $(DESTDIR)/usr/share/pbuilder
+ $(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/etc/pbuilder
+ $(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/usr/share/pbuilder
$(INSTALL_EXECUTABLE) examples/B90linda $(DESTDIR)/usr/share/doc/pbuilder/examples
$(INSTALL_EXECUTABLE) examples/D10tmp $(DESTDIR)/usr/share/doc/pbuilder/examples