diff options
Diffstat (limited to 'bin')
| -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 |
