[rtems-buildsys commit] Create /srv/chroot/*.

Ralf Corsepius ralf at rtems.org
Sat Jun 15 05:07:20 UTC 2013


Module:    rtems-buildsys
Branch:    master
Commit:    5f96f00bd489662d40d49dc7e60fed6c636058ce
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=5f96f00bd489662d40d49dc7e60fed6c636058ce

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri May 24 05:56:15 2013 +0200

Create /srv/chroot/*.

---

 rtems-sbuild/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/rtems-sbuild/Makefile.am b/rtems-sbuild/Makefile.am
index f346530..fbed11e 100644
--- a/rtems-sbuild/Makefile.am
+++ b/rtems-sbuild/Makefile.am
@@ -10,6 +10,9 @@ dist_schrootchroot_d_DATA =
 dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-amd64-sbuild
 dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-i386-sbuild
 
+## Debian stable
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/wheezy-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/wheezy-i386-sbuild
 
 ## Ubuntu
 
@@ -42,3 +45,8 @@ dist_keyrings_DATA += keyrings/debian-archive-removed-keys.gpg
 dist_keyrings_DATA += keyrings/ubuntu-archive-keyring.gpg
 
 noinst_HEADERS = rtems-sbuild.spec
+
+install-data-local:
+	for d in $(srcdir)/etc/schroot/chroot.d/*-sbuild; do \
+	$(MKDIR_P) $(DESTDIR)/srv/chroot/`basename $$d -sbuild`; \
+	done




More information about the vc mailing list