diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2015-04-25 13:36:27 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2015-04-25 13:36:27 +0200 |
commit | aec48e18429e2cf1f651698ba69ea9d74e6d1ba4 (patch) | |
tree | 4dc22ec83ec6635d232f15bd3515d2d1a8fee891 /auto | |
parent | c36db4f046c5dfe968dd0616aecf6ef78dcbb56f (diff) | |
download | kanotix-aec48e18429e2cf1f651698ba69ea9d74e6d1ba4.zip kanotix-aec48e18429e2cf1f651698ba69ea9d74e6d1ba4.tar.gz |
fixed auto/config typo
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
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 ;; |