mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Only for JimboJoe ;)
This commit is contained in:
parent
4276aebfa3
commit
2685c42ac6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ ynh_install_app_dependencies () {
|
||||||
version=$(grep '\"version\": ' "$manifest_path" | cut -d '"' -f 4) # Retrieve the version number in the manifest file.
|
version=$(grep '\"version\": ' "$manifest_path" | cut -d '"' -f 4) # Retrieve the version number in the manifest file.
|
||||||
if [ " ${#version}" -eq 0 ]; then
|
if [ " ${#version}" -eq 0 ]; then
|
||||||
version="1.0"
|
version="1.0"
|
||||||
if
|
fi
|
||||||
dep_app=${app//_/-} # Replace all '_' by '-'
|
dep_app=${app//_/-} # Replace all '_' by '-'
|
||||||
|
|
||||||
cat > /tmp/${dep_app}-ynh-deps.control << EOF # Make a control file for equivs-build
|
cat > /tmp/${dep_app}-ynh-deps.control << EOF # Make a control file for equivs-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue