diff --git a/Makefile b/Makefile index 60e9904..b4c3a5e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ release: install: mkdir -p $(INSTALLDIR) - cp -va *.txt *.php $(INSTALLDIR) + cp -vu *.txt *.php $(INSTALLDIR) chown -R www-data:www-data $(INSTALLDIR)