blob: 24c4467dc89515f7284f2f0de68ee762818b0564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile b/Makefile
index 0c3a33fd..65436325 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all:
install:
mkdir -p $(DESTDIR)$(INSTALLDIR)
- cp -ar -t $(DESTDIR)$(INSTALLDIR) cht cursors rdb
+ cp -ar cht cursors rdb $(DESTDIR)$(INSTALLDIR)
find $(DESTDIR)$(INSTALLDIR) -type f -name "*.zip" -delete
find $(DESTDIR)$(INSTALLDIR) -type f -name "*.xml" -delete
|