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

fixes #23 by correctly using git submodule + changed manifest

Fixes the `git submodule update` command…
This commit is contained in:
Pierre-Antoine Rault 2017-03-05 18:35:03 +01:00
parent 5638dd2da3
commit e42ac9f3a3
3 changed files with 6 additions and 4 deletions

View file

@ -1,16 +1,16 @@
{
"name": "Firefox Sync Server",
"id": "ffsync",
"url": "https://github.com/abeudin/ffsync_ynh",
"url": "https://github.com/rigelk/ffsync_ynh",
"packaging_format": 1,
"description": {
"en": "Mozillas Sync-Server to host your Firefox account data",
"fr": "Le serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
},
"maintainer": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr",
"url": "https://github.com/balu-/FSyncMS"
"name": "rigelk",
"email": "par@rigelk.eu",
"url": "https://rigelk.eu"
},
"requirements": {
"yunohost": ">> 2.4.0"

View file

@ -48,6 +48,7 @@ then
fi
# Patch the 'source' submodule with the 'patch' directory
git submodule init
git submodule update --recursive
sudo cp -a ../patch/sources/* ../sources

View file

@ -37,6 +37,7 @@ then
fi
# Patch the 'source' submodule with the 'patch' directory
git submodule init
git submodule update --recursive
sudo cup -a ../patch/sources/* ../sources