Bob Mottram 8 years ago
parent
commit
547a321d6c
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-blogstatic

+ 1
- 1
src/freedombone-app-blogstatic View File

194
 
194
 
195
     create_pelican_conf $rootdir$STATIC_BLOG_INSTALL_DIR/pelicanconf.py
195
     create_pelican_conf $rootdir$STATIC_BLOG_INSTALL_DIR/pelicanconf.py
196
     create_pelican_makefile $rootdir$STATIC_BLOG_INSTALL_DIR/Makefile
196
     create_pelican_makefile $rootdir$STATIC_BLOG_INSTALL_DIR/Makefile
197
-    create_pelican_publish_conf $STATIC_BLOG_INSTALL_DIR/publishconf.py
197
+    create_pelican_publish_conf $rootdir$STATIC_BLOG_INSTALL_DIR/publishconf.py
198
 
198
 
199
     git clone --recursive $PELICAN_THEMES_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/themes
199
     git clone --recursive $PELICAN_THEMES_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/themes
200
     git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins
200
     git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins