mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Rename ynh_app_dependencies to ynh_install_app_dependencies
This commit is contained in:
parent
5f3fcefc88
commit
5b9092d6df
1 changed files with 4 additions and 3 deletions
|
@ -104,11 +104,12 @@ ynh_package_install_from_equivs () {
|
||||||
ynh_package_is_installed "$pkgname"
|
ynh_package_is_installed "$pkgname"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install dependencies with a equivs control file
|
# Define and install dependencies with a equivs control file
|
||||||
|
# This helper can/should only be called once per app
|
||||||
#
|
#
|
||||||
# usage: ynh_app_dependencies dep [dep [...]]
|
# usage: ynh_install_app_dependencies dep [dep [...]]
|
||||||
# | arg: dep - the package name to install in dependence
|
# | arg: dep - the package name to install in dependence
|
||||||
ynh_app_dependencies () {
|
ynh_install_app_dependencies () {
|
||||||
dependencies=$@
|
dependencies=$@
|
||||||
manifest_path="../manifest.json"
|
manifest_path="../manifest.json"
|
||||||
if [ ! -e "$manifest_path" ]; then
|
if [ ! -e "$manifest_path" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue