]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
Minor fixes on racy_pselect
[apt.git] / apt-pkg / init.cc
index 2b412e16b0a157aad5f69cb303585c0bae48c828..338bef66c42a7c72236788e4c3c6563389ad2ade 100644 (file)
@@ -72,7 +72,10 @@ bool pkgInitConfig(Configuration &Cnf)
    // State   
    Cnf.Set("Dir::Log","var/log/apt");
    Cnf.Set("Dir::Log::Terminal","term.log");
-   
+
+   // Translation
+   Cnf.Set("APT::Acquire::Translation", "environment");
+
    bool Res = true;
    
    // Read an alternate config file
@@ -104,9 +107,6 @@ bool pkgInitConfig(Configuration &Cnf)
    }
 #endif
 
-   // Translation
-   Cnf.Set("APT::Acquire::Translation", "environment");
-   
    return true;
 }
                                                                        /*}}}*/