summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2015-04-25 13:36:27 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2015-04-25 13:36:27 +0200
commitaec48e18429e2cf1f651698ba69ea9d74e6d1ba4 (patch)
tree4dc22ec83ec6635d232f15bd3515d2d1a8fee891 /auto
parentc36db4f046c5dfe968dd0616aecf6ef78dcbb56f (diff)
downloadkanotix-aec48e18429e2cf1f651698ba69ea9d74e6d1ba4.zip
kanotix-aec48e18429e2cf1f651698ba69ea9d74e6d1ba4.tar.gz
fixed auto/config typo
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config
index 3fbf706..c0978d5 100755
--- a/auto/config
+++ b/auto/config
@@ -66,7 +66,7 @@ wheezy)
jessie|*)
LB_REPOSITORIES+=" dragonfire spitfire fds-team-debian fds-team-source spitfire-acritox"
case $LB_ARCHITECTURE in
- amd64) amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";;
+ amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";;
i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";;
esac
;;