mirror of
https://github.com/RetroDECK/additional-libraries.git
synced 2024-11-22 03:25:39 +00:00
Manifest fixes
This commit is contained in:
parent
58242c2f5f
commit
b13b44161d
|
@ -3,9 +3,9 @@ modules:
|
|||
- name: module
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- touch "${FLATPAK_DEST}/bin/module"
|
||||
- mkdir -p "${FLATPAK_DEST}/bin"
|
||||
- echo 'echo hello_world' > "${FLATPAK_DEST}/bin/module"
|
||||
- ls -lah /app/bin
|
||||
- ls -lah "${FLATPAK_DEST}/bin"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/module"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue