diff options
author | Chris Lamb <lamby@debian.org> | 2008-09-27 22:45:40 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 13804c610267dfae4354b673a427e576c6c62787 (patch) | |
tree | 61dee36a718ca469aa1b551ee74de91663431f6f /helpers/lh_source_debian | |
parent | bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4 (diff) | |
download | vyos-live-build-13804c610267dfae4354b673a427e576c6c62787.tar.gz vyos-live-build-13804c610267dfae4354b673a427e576c6c62787.zip |
Correcting sparc architecture detection to ensure correct source package contents.
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-x | helpers/lh_source_debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index 63c33c398..b54e3dc9e 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -87,7 +87,7 @@ EOF echo "yaboot" >> source-selection.txt ;; - silo) + sparc) echo "silo" >> source-selection.txt ;; esac |