aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33a63fd..95d438f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DIR_BIN=/usr/bin/
install:
mkdir -p ${DIR_INSTALL_PATH}
- cp -u *.py wiktfr.sql ${DIR_INSTALL_PATH}
+ cp -u *.py *.sql ${DIR_INSTALL_PATH}
cp -u dicofr.py ${DIR_BIN}/dicofr
chmod +rw ${DIR_BIN}/dicofr