]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/mkchecksums
dsync
[dak.git] / scripts / debian / mkchecksums
index 575d55c553658800864488097739052afda9824c..f733e89bba7aa363dad25cd1f1fa7df89f7afa59 100755 (executable)
@@ -10,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