diff options
author | Roger Leigh <rleigh@debian.org> | 2009-05-04 00:48:52 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-05-04 00:54:54 +0100 |
commit | a0d688ab579125d8b336bf696a11ce160882de0a (patch) | |
tree | a5b062347804907be3f1ab4332b07132fedca5c5 /bin | |
parent | f734a54a242df8d88621412d38aa37f88394072f (diff) | |
download | schroot-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.am | 2 |
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) |