diff options
| author | 2008-06-28 19:03:08 +0200 | |
|---|---|---|
| committer | 2008-06-28 19:03:08 +0200 | |
| commit | 7b52619636247991ec6363e3a389c44983d59cfc (patch) | |
| tree | ab2c7df395324168b5f10e680d72615bb7d03b38 /mini-dinstall | |
| parent | a94148229a62c158fcfbf190f0060dfda770812c (diff) | |
use '--db' in apt-ftparchive run
The usage of --db speed up the Package generation.
Debian Bug 225483. Thanke to Joey Hess
Diffstat (limited to 'mini-dinstall')
| -rwxr-xr-x | mini-dinstall | 2 |
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 |
