mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
FTP: manifest fixes
This commit is contained in:
parent
a8122424f0
commit
805c0e62dc
|
@ -297,6 +297,7 @@ modules:
|
|||
- cp -r usr/* ${FLATPAK_DEST}
|
||||
- rm -rf usr lib etc
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/ftp
|
||||
- mkdir -p ${FLATPAK_DEST}/libexec
|
||||
- cp -vf virtual_users.txt vsftpd.conf ${FLATPAK_DEST}/retrodeck/ftp
|
||||
- cp -vf ftp_server.sh ${FLATPAK_DEST}/libexec
|
||||
- chmod +x ${FLATPAK_DEST}/libexec/ftp_server.sh
|
||||
|
|
Loading…
Reference in a new issue