rd-usb: cleanup

This commit is contained in:
Anton Bolshakov 2024-06-06 17:40:54 +08:00
parent 3bc4c41ece
commit 7cfe518fb5
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -48,6 +48,8 @@ INSTALLDIR="/usr/share/${PN}"
#}
src_prepare() {
rm -r {bin,docker,pyinstaller}
sed -i -e "1i #!/usr/bin/env python\n" web.py || die
python_fix_shebang web.py
default