mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
FTP: tentative fix
This commit is contained in:
parent
332f79f0f9
commit
29bba6c29d
|
@ -290,10 +290,9 @@ modules:
|
||||||
- name: umftpd
|
- name: umftpd
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- pip3 install pygobject==3.44.0
|
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" --ignore-installed setuptools
|
||||||
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" --ignore-installed setuptools
|
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" .
|
||||||
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" .
|
- mv flatpak/app/* /app/
|
||||||
- mv flatpak/app/* /app/
|
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.com/ergoithz/umftpd/
|
url: https://gitlab.com/ergoithz/umftpd/
|
||||||
|
|
Loading…
Reference in a new issue