]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/mkchecksums
dsync
[dak.git] / scripts / debian / mkchecksums
index b99fd866f1f358684666ca29af8e5407feb2bdfa..f733e89bba7aa363dad25cd1f1fa7df89f7afa59 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 # Update the md5sums file
-# $Id: mkchecksums,v 1.2 2000-12-20 08:15:35 troup Exp $
 
 set -e
 . $SCRIPTVARS
@@ -11,6 +10,6 @@ md5list=$indices/md5sums
 echo -n "Creating md5 / dsync index file ... "
 
 cd "$ftpdir"
-dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
-dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
-dsync-flist -q link-dups $dsynclist || true
+${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
+${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
+${bindir}/dsync-flist -q link-dups $dsynclist || true