summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-05-04 00:48:52 +0100
committerRoger Leigh <rleigh@debian.org>2009-05-04 00:54:54 +0100
commita0d688ab579125d8b336bf696a11ce160882de0a (patch)
treea5b062347804907be3f1ab4332b07132fedca5c5 /bin
parentf734a54a242df8d88621412d38aa37f88394072f (diff)
downloadschroot-a0d688ab579125d8b336bf696a11ce160882de0a.tar.gz
[sbuild::chroot_file] Move CHROOT_FILE_UNPACK_DIR from session UNPACK_DIR
Diffstat (limited to 'bin')
-rw-r--r--bin/schroot/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot/Makefile.am b/bin/schroot/Makefile.am
index 8a825b97..a4d0a2a0 100644
--- a/bin/schroot/Makefile.am
+++ b/bin/schroot/Makefile.am
@@ -54,4 +54,4 @@ install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(SCHROOT_CONF_CHROOT_D)
$(mkinstalldirs) $(DESTDIR)$(SCHROOT_MOUNT_DIR)
$(mkinstalldirs) $(DESTDIR)$(SCHROOT_SESSION_DIR)
- $(mkinstalldirs) $(DESTDIR)$(SCHROOT_UNPACK_DIR)
+ $(mkinstalldirs) $(DESTDIR)$(SCHROOT_FILE_UNPACK_DIR)