diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 15:26:45 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 15:26:45 +0000 |
commit | 4bad67342432f72be4a9a71e4c94eb4ede85c131 (patch) | |
tree | 77eecc1c5785178a020648729b588cd38be23436 /gentoo/utils.py | |
parent | Install systools (diff) | |
download | anaconda-4bad67342432f72be4a9a71e4c94eb4ede85c131.tar.gz anaconda-4bad67342432f72be4a9a71e4c94eb4ede85c131.tar.bz2 anaconda-4bad67342432f72be4a9a71e4c94eb4ede85c131.zip |
gentoo/utils.py: oops, should've spotted that colon
Diffstat (limited to 'gentoo/utils.py')
-rw-r--r-- | gentoo/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index 31850ab..ec8a6bc 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -1025,7 +1025,7 @@ class GentooInstall: cxxflags = "CXXFLAGS=\"${CFLAGS}\"" - if arch == "amd64" + if arch == "amd64": arch = "x86_64" chost = ("CHOST=\"%s-pc-linux-gnu\"", arch) |