summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2008-09-27 22:45:40 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:42 +0100
commit13804c610267dfae4354b673a427e576c6c62787 (patch)
tree61dee36a718ca469aa1b551ee74de91663431f6f
parentbb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4 (diff)
downloadlive-build-13804c610267dfae4354b673a427e576c6c62787.zip
live-build-13804c610267dfae4354b673a427e576c6c62787.tar.gz
Correcting sparc architecture detection to ensure correct source package contents.
-rwxr-xr-xhelpers/lh_source_debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index 63c33c3..b54e3dc 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