diff options
-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 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 |