summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2008-09-27 22:47:32 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:42 +0100
commit15a8c9ab3d57c0467ddc375e5e7685612ee1abef (patch)
tree63a9e15479840c26f23030bd5908222628b291a1
parent13804c610267dfae4354b673a427e576c6c62787 (diff)
downloadlive-build-15a8c9ab3d57c0467ddc375e5e7685612ee1abef.zip
live-build-15a8c9ab3d57c0467ddc375e5e7685612ee1abef.tar.gz
Include source for sparc-utils on that architecture.
-rwxr-xr-xhelpers/lh_source_debian7
1 files changed, 6 insertions, 1 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index b54e3dc..fd98e20 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -88,7 +88,12 @@ EOF
;;
sparc)
- echo "silo" >> source-selection.txt
+
+cat >> source-selection.txt << EOF
+silo
+sparc-utils
+EOF
+
;;
esac