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",
|
"name": "Firefox Sync Server",
|
||||||
"id": "ffsync",
|
"id": "ffsync",
|
||||||
"url": "https://github.com/abeudin/ffsync_ynh",
|
"url": "https://github.com/rigelk/ffsync_ynh",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Mozilla’s Sync-Server to host your Firefox account data",
|
"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"
|
"fr": "Le serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
|
||||||
},
|
},
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "beudbeud",
|
"name": "rigelk",
|
||||||
"email": "beudbeud@beudibox.fr",
|
"email": "par@rigelk.eu",
|
||||||
"url": "https://github.com/balu-/FSyncMS"
|
"url": "https://rigelk.eu"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 2.4.0"
|
"yunohost": ">> 2.4.0"
|
||||||
|
|
|
@ -48,6 +48,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Patch the 'source' submodule with the 'patch' directory
|
# Patch the 'source' submodule with the 'patch' directory
|
||||||
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
sudo cp -a ../patch/sources/* ../sources
|
sudo cp -a ../patch/sources/* ../sources
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Patch the 'source' submodule with the 'patch' directory
|
# Patch the 'source' submodule with the 'patch' directory
|
||||||
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
sudo cup -a ../patch/sources/* ../sources
|
sudo cup -a ../patch/sources/* ../sources
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue