summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-31 11:05:45 +0300
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-31 11:07:08 +0300
commit0fbcc80442b42b7a785e4cbb1fabea044094441f (patch)
treea0df73fed7eac74f38a801c1b623ef740449cec9 /Makefile
parentef5aba9e7a2470055c01cc53f98b5bab79e60d28 (diff)
downloadbaserock-chroot-0fbcc80442b42b7a785e4cbb1fabea044094441f.tar.gz
Enable shared /src
This adds a shared /src mounted from /opt/baserock/src This allows chroots to share /src and also provides a persistent src space in the face of adding and removing chroots. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0238b2..e9bf8ae 100644
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,5 @@ install:
install -m 0755 $${TOOL} $(DESTDIR)$(PREFIX)/sbin/$${TOOL}; \
done
install -d $(DESTDIR)/opt/baserock/chroots
+ install -d $(DESTDIR)/opt/baserock/src