aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-10-03 02:31:32 +0200
committerache <ache@ache.one>2021-10-03 02:31:54 +0200
commit7e1d9e251b517153db8b639133c9e3bee266ce1b (patch)
treec1e02297807107096cf5a8962ed51342a69f0626 /Makefile
parentCommand every scripts (diff)
Rename files
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