mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-03 10:38:29 +02:00
Use false for SOURCE_IN_SUBDIR
This commit is contained in:
@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum
|
|||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
# (Optional) Put false if sources are directly in the archive root
|
# (Optional) Put false if sources are directly in the archive root
|
||||||
# default: true
|
# default: true
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=false
|
||||||
|
@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum
|
|||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
# (Optional) Put false if sources are directly in the archive root
|
# (Optional) Put false if sources are directly in the archive root
|
||||||
# default: true
|
# default: true
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=false
|
||||||
|
@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum
|
|||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
# (Optional) Put false if sources are directly in the archive root
|
# (Optional) Put false if sources are directly in the archive root
|
||||||
# default: true
|
# default: true
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=false
|
||||||
|
Reference in New Issue
Block a user