aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 66da002..b9880ce 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ install:
# Copy code then assets
cp -u *.py ${DIR_INSTALL_PATH}/
- cp -r download ${DIR_INSTALL_PATH}/download
+ cp -r dfr ${DIR_INSTALL_PATH}/dfr
cp -r assets ${DIR_INSTALL_PATH}/assets
@[ -f frwiktionary-latest-pages-meta-current.xml.bz2 ] && \
cp -u frwiktionary-latest-pages-meta-current.xml.bz2 ${DIR_INSTALL_PATH}/ \
@@ -23,7 +23,7 @@ install:
@ echo ''
# Get the external assets if needed
- cd ${DIR_INSTALL_PATH}; python ${DIR_INSTALL_PATH}/download/download.py -d -o "${DIR_INSTALL_PATH}/assets/dfr.db"
+ cd ${DIR_INSTALL_PATH}; python ${DIR_INSTALL_PATH}/dfr/createDB.py -d -o "${DIR_INSTALL_PATH}/assets/dfr.db"
@ echo ''
# Set permission and install command