From 7e1d9e251b517153db8b639133c9e3bee266ce1b Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Oct 2021 02:31:32 +0200 Subject: Rename files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.3-2-g11bf