cp -av -> -uv

This commit is contained in:
Harald Milz 2019-03-22 21:28:30 +01:00
parent e6a243766d
commit a91fb9cded

View file

@ -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)