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:
parent
5638dd2da3
commit
e42ac9f3a3
3 changed files with 6 additions and 4 deletions
|
@ -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": "Mozilla’s 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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue