update makefile

merge-requests/1/head
Julien Veyssier 2017-06-05 17:58:24 +02:00
parent 0c8a463aef
commit aa3879a1d4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ appstore: clean
$(project_dir) $(sign_dir)
cp -r $(sign_dir)/$(app_name) $(sign_dir_own)/
# adapt info.xml
sed -i '/[^<][oO]wncloud[^>]/d' $(sign_dir)/$(app_name)/appinfo/info.xml
sed -i '/[^<][oO]wn[cC]loud[^>]/d' $(sign_dir)/$(app_name)/appinfo/info.xml
sed -i '/[nN]extcloud/d' $(sign_dir_own)/$(app_name)/appinfo/info.xml
# give the webserver user the right to create signature file
sudo chown $(webserveruser) $(sign_dir)/$(app_name)/appinfo $(sign_dir_own)/$(app_name)/appinfo