diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:56:23 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:56:23 -0300 |
| commit | 62ddd1927527d1f5776ca57f84b262590fce9847 (patch) | |
| tree | 9e6637a37c218f374fa48db0f26d2403f2bb5d95 /bin/assemble | |
| parent | 83f54cef08c36379d14bd70f79dbd9096645b9ce (diff) | |
| download | bookup-0.5.8.tar.gz bookup-0.5.8.tar.bz2 | |
Bookup 0.5.80.5.8
Diffstat (limited to 'bin/assemble')
| -rwxr-xr-x | bin/assemble | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/assemble b/bin/assemble index 4773def..4c9d81c 100755 --- a/bin/assemble +++ b/bin/assemble @@ -34,11 +34,11 @@ if [ -e "$NOTEBOOK" ]; then fi # Move Atom feed -if [ -e "$BASEDIR/atom.xml" ]; then +if [ -e "atom.xml" ]; then mv atom.xml $BUILD fi # Move RSS feed -if [ -e "$BASEDIR/rss.xml" ]; then +if [ -e "rss.xml" ]; then mv rss.xml $BUILD fi |
