From c0a28cb532df266690b7f49872b2b7f85d61509d Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Tue, 9 Sep 2008 20:13:28 +0100
Subject: Add silo to sparc source package selection.

---
 helpers/lh_source_debian | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index 13d60be..a121cd2 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -86,6 +86,10 @@ EOF
 	powerpc)
 		echo "yaboot" >> chroot/root/dpkg-selection.txt
 		;;
+
+	silo)
+		echo "silo" >> chroot/root/dpkg-selection.txt
+		;;
 esac
 
 Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get ${APT_OPTIONS} --download-only source"
-- 
cgit v1.0