mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
FTP: manifest fixes
This commit is contained in:
parent
8a3d199018
commit
a8122424f0
|
@ -297,9 +297,9 @@ modules:
|
||||||
- cp -r usr/* ${FLATPAK_DEST}
|
- cp -r usr/* ${FLATPAK_DEST}
|
||||||
- rm -rf usr lib etc
|
- rm -rf usr lib etc
|
||||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/ftp
|
- mkdir -p ${FLATPAK_DEST}/retrodeck/ftp
|
||||||
- cp virtual_users.txt vsftpd.conf ${FLATPAK_DEST}/retrodeck/ftp
|
- cp -vf virtual_users.txt vsftpd.conf ${FLATPAK_DEST}/retrodeck/ftp
|
||||||
- cp ftp_server.sh /app/libexec
|
- cp -vf ftp_server.sh ${FLATPAK_DEST}/libexec
|
||||||
- chmod +x /app/libexec/ftp_server.sh
|
- chmod +x ${FLATPAK_DEST}/libexec/ftp_server.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: http://de.archive.ubuntu.com/ubuntu/pool/main/v/vsftpd/vsftpd_3.0.5-0ubuntu1_amd64.deb
|
url: http://de.archive.ubuntu.com/ubuntu/pool/main/v/vsftpd/vsftpd_3.0.5-0ubuntu1_amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue