]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.cc
cleanup the debian/rules file a bit
[apt.git] / apt-pkg / deb / debmetaindex.cc
index 7366bd624d0597cfe4d426c6d1ad3ccfee98ab00..717d0bcdef3cdd5392af7b4e5009afb4524bf2a0 100644 (file)
@@ -23,7 +23,7 @@ string debReleaseIndex::Info(const char *Type, string const &Section, string con
    else
    {
       Info += Dist + '/' + Section;
-      if (Arch.empty() == true)
+      if (Arch.empty() != true)
         Info += " " + Arch;
    }
    Info += " ";