]> git.saurik.com Git - apt.git/blobdiff - debian/apt.bug-script
test: Explicitly pass --admindir=var/lib/dpkg to dpkg
[apt.git] / debian / apt.bug-script
index f5ec9e05de2c9a09a382c41c157314dfcace4bc7..a83b5563a7d68cf4556f4dad9643ab15b0903e63 100755 (executable)
@@ -18,7 +18,7 @@ if [ "$REPLY" = "yep" ]; then
   apt-config dump >&3 2>&1
 fi
 
-for config in /etc/apt/preferences /etc/apt/sources.list; do
+for config in /etc/apt/preferences /etc/apt/preferences.d/* /etc/apt/sources.list /etc/apt/sources.list.d/* ; do
   if [ -f $config ]; then
     yesno "May I include your $config configuration file? [Y/n] " yep
     if [ "$REPLY" = "yep" ]; then