From: Joerg Jaspert Date: Sat, 26 Mar 2011 22:26:20 +0000 (+0100) Subject: also call dak gps2 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=28415112f6b97c8abab7bfefe656f2be6660459c;p=dak.git also call dak gps2 Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index d89aa483..45aaf11e 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -170,8 +170,8 @@ function mpfm() { function packages() { log "Generating Packages and Sources files" cd $configdir - #apt-ftparchive generate apt.conf dak generate-packages-sources + dak generate-packages-sources2 dak contents generate }