1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update upgrade

This commit is contained in:
Krakinou 2018-11-24 15:43:50 +01:00 committed by GitHub
parent be27e4c949
commit 0056e2de94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,10 +62,10 @@ if [[ $?==0 ]]; then
fi
# Copy source files
cp -R ../src/bin/ $final_path/bin
cp -R ../src/lib/ $final_path/lib
cp -R ../src/lang/ $final_path/lang
cp -R ../src/www/ $final_path/www
cp -a ../src/bin/. $final_path/bin
cp -a ../src/lib/. $final_path/lib
cp -a ../src/lang/. $final_path/lang
cp -a ../src/www/. $final_path/www
cp ../src/emailPoubelle.php $final_path/emailPoubelle.php
cp ../src/emailPoubelleAdmin.php $final_path/emailPoubelleAdmin.php
cp ../src/README.md $final_path/README.md