aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:50:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:50:55 -0300
commit83f54cef08c36379d14bd70f79dbd9096645b9ce (patch)
treeb21eb5aa6a107645d244bc8eb855ef4a5fbffc01 /bin
parentf872ec3c387bcf9f782b2dccd8359f5c3c68bd94 (diff)
downloadbookup-0.5.7.tar.gz
bookup-0.5.7.tar.bz2
Bookup 0.5.70.5.7
Diffstat (limited to 'bin')
-rwxr-xr-xbin/assemble4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/assemble b/bin/assemble
index 6ca1e66..4773def 100755
--- a/bin/assemble
+++ b/bin/assemble
@@ -35,10 +35,10 @@ fi
# Move Atom feed
if [ -e "$BASEDIR/atom.xml" ]; then
- mv $BASEDIR/atom.xml $BUILD
+ mv atom.xml $BUILD
fi
# Move RSS feed
if [ -e "$BASEDIR/rss.xml" ]; then
- mv $BASEDIR/rss.xml $BUILD
+ mv rss.xml $BUILD
fi