diff options
author | Chris Lamb <lamby@debian.org> | 2008-09-27 22:47:32 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 15a8c9ab3d57c0467ddc375e5e7685612ee1abef (patch) | |
tree | 63a9e15479840c26f23030bd5908222628b291a1 /helpers/lh_source_debian | |
parent | 13804c610267dfae4354b673a427e576c6c62787 (diff) | |
download | vyos-live-build-15a8c9ab3d57c0467ddc375e5e7685612ee1abef.tar.gz vyos-live-build-15a8c9ab3d57c0467ddc375e5e7685612ee1abef.zip |
Include source for sparc-utils on that architecture.
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-x | helpers/lh_source_debian | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index b54e3dc9e..fd98e2091 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 |