[Buildd-tools-devel] [PATCH 07/22] Use $(mkinstalldirs) to create directories

Jan-Marek Glogowski glogow at fbihome.de
Thu Mar 26 21:13:45 UTC 2009


---
 bin/schroot/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/schroot/Makefile.am b/bin/schroot/Makefile.am
index b02cb10..eb7f71b 100644
--- a/bin/schroot/Makefile.am
+++ b/bin/schroot/Makefile.am
@@ -71,7 +71,7 @@ install-exec-hook:
 	chmod 4755 "$(DESTDIR)$(bindir)/schroot"
 
 install-data-hook:
-	$(MKDIR_P) $(DESTDIR)$(SCHROOT_CONF_CHROOT_D)
-	$(MKDIR_P) $(DESTDIR)$(SCHROOT_MOUNT_DIR)
-	$(MKDIR_P) $(DESTDIR)$(SCHROOT_SESSION_DIR)
-	$(MKDIR_P) $(DESTDIR)$(SCHROOT_UNPACK_DIR)
+	$(mkinstalldirs) $(DESTDIR)$(SCHROOT_CONF_CHROOT_D)
+	$(mkinstalldirs) $(DESTDIR)$(SCHROOT_MOUNT_DIR)
+	$(mkinstalldirs) $(DESTDIR)$(SCHROOT_SESSION_DIR)
+	$(mkinstalldirs) $(DESTDIR)$(SCHROOT_UNPACK_DIR)
-- 
1.6.2.1




More information about the Buildd-tools-devel mailing list