aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmini-dinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/mini-dinstall b/mini-dinstall
index 955b642..258dde3 100755
--- a/mini-dinstall
+++ b/mini-dinstall
@@ -1050,7 +1050,7 @@ class ArchiveDirIndexer(threading.Thread):
return apply(os.path.join, [self._name] + list(args))
def _make_indexfile(self, dir, type, name):
- cmdline = ['apt-ftparchive', type, dir]
+ cmdline = ['apt-ftparchive', type, dir, '--db', '%s.db' %dir]
self._logger.debug("Running: " + string.join(cmdline, ' '))
if no_act:
return