mirror of
https://github.com/YunoHost-Apps/vore_ynh.git
synced 2024-09-03 20:36:07 +02:00
Update _common.sh
This commit is contained in:
parent
7a6dbf34c5
commit
e6656f7eba
1 changed files with 0 additions and 3 deletions
|
@ -18,8 +18,6 @@ go_version=1.20
|
||||||
# FUTURE OFFICIAL HELPERS
|
# FUTURE OFFICIAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
ynh_go_try_bash_extension() {
|
ynh_go_try_bash_extension() {
|
||||||
if [ -x src/configure ]; then
|
if [ -x src/configure ]; then
|
||||||
src/configure && make -C src || {
|
src/configure && make -C src || {
|
||||||
|
@ -265,4 +263,3 @@ ynh_cleanup_go () {
|
||||||
ynh_secure_remove --file="/etc/profile.d/goenv.sh"
|
ynh_secure_remove --file="/etc/profile.d/goenv.sh"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue