]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.cc
- add --arch option for apt-ftparchive packages and contents commands
[apt.git] / apt-pkg / policy.cc
index 393181b6d44af815532dd545791f79484a3322ee..f9901bc9af183c1e1c6e669730e22356f483307f 100644 (file)
@@ -280,7 +280,7 @@ bool ReadPinDir(pkgPolicy &Plcy,string Dir)
       return true;
    }
 
-   vector<string> const List = GetListOfFilesInDir(Dir, "", true);
+   vector<string> const List = GetListOfFilesInDir(Dir, "pref", true, true);
 
    // Read the files
    for (vector<string>::const_iterator I = List.begin(); I != List.end(); I++)