Fix cdfmerge path

This commit is contained in:
Lucidiot 2021-03-22 18:31:08 +00:00
parent 0d17f60405
commit 47cb72a1e3
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ xsltproc "$DIR/xslt/feedgen.xsl" "$tmpfile" | DIR="$DIR" bash -s -- "$@"
xsltproc "$DIR/xslt/opml.xsl" "$tmpfile" > "$DIR/feeds.opml"
xsltproc "$DIR/xslt/html.xsl" "$tmpfile" > "$DIR/index.html"
bin/cdfmerge < "$tmpfile"
"$DIR/bin/cdfmerge" < "$tmpfile"