diff options
author | Roger Leigh <rleigh@debian.org> | 2009-03-21 16:45:33 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-03-21 17:03:58 +0000 |
commit | b1430b886e30ecffc8f522a8c76140575feb26e8 (patch) | |
tree | 3a82dce70ee23b61bc815c2cb1239e654684ee92 /bin | |
parent | 855c8b0aa9bd227a44e07a978865faeecce7f6f2 (diff) | |
download | schroot-b1430b886e30ecffc8f522a8c76140575feb26e8.tar.gz |
[build] Install SCHROOT_UNPACK_DIR
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/schroot/Makefile.am b/bin/schroot/Makefile.am index 0e95bffe..b02cb103 100644 --- a/bin/schroot/Makefile.am +++ b/bin/schroot/Makefile.am @@ -74,3 +74,4 @@ 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) |