]> git.decadent.org.uk Git - dak.git/commitdiff
bad )
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 17:02:58 +0000 (19:02 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 17:02:58 +0000 (19:02 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index a2db832890acbe5fff8a690fa2c96f2b2375670e..4dae0320663065ddb45f733645baaf98cfa49616 100644 (file)
@@ -304,7 +304,7 @@ function mkfilesindices() {
        psql -F' ' -A -t -c "$query"
 
        query="
-          SELECT './pool/' || c.name || '/' || f.filename)
+          SELECT './pool/' || c.name || '/' || f.filename
           FROM bin_associations ba
           JOIN binaries b ON ba.bin = b.id
           JOIN files f ON b.file = f.id