mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: replacing THISBRANCH and THISREPO with "dir ."
This commit is contained in:
parent
5a165f1a5d
commit
1fb31e0cc5
|
@ -93,9 +93,8 @@ modules:
|
||||||
# LIBMAN INSTALLATION
|
# LIBMAN INSTALLATION
|
||||||
install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
|
install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: dir
|
||||||
url: THISREPO
|
path: .
|
||||||
branch: THISBRANCH
|
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -798,6 +797,5 @@ modules:
|
||||||
- install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml
|
- install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: dir
|
||||||
url: THISREPO
|
path: .
|
||||||
branch: THISBRANCH
|
|
Loading…
Reference in a new issue