FTP: manifest fixes

This commit is contained in:
XargonWan 2023-11-08 10:12:21 +01:00
parent 8a3d199018
commit a8122424f0

View file

@ -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