SFTP: changed file paths

This commit is contained in:
XargonWan 2023-11-10 09:28:03 +01:00
parent 791755ba91
commit 78c07ef95f

View file

@ -303,7 +303,10 @@ modules:
build-commands: build-commands:
- ar -x openssh-server*.deb - ar -x openssh-server*.deb
- tar -xf data.tar.* - tar -xf data.tar.*
- cp -r usr/* /usr - cp -vr usr/lib/* ${FLATPAK_DEST}/lib
- cp -vr usr/sbin/* ${FLATPAK_DEST}/bin
- cp -vr usr/share/* ${FLATPAK_DEST}/share
- chmod +x ${FLATPAK_DEST}/bin/sshd
sources: sources:
- type: file - type: file
url: http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_8.2p1-4ubuntu0.9_amd64.deb url: http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_8.2p1-4ubuntu0.9_amd64.deb