mirror of
https://github.com/9001/copyparty.git
synced 2026-03-31 12:33:05 +10:00
fix s390x w/a, up2k name-randomizer
This commit is contained in:
@@ -13,12 +13,6 @@ echo % /cfg > initcfg
|
||||
python3 copyparty-sfx.py --version
|
||||
cd /tmp/pe-copyparty.0
|
||||
|
||||
# workaround s390x deadlock on startup
|
||||
[ $(uname -m) = s390x ] && cat >copyparty/stolen/ifaddr/_posix.py <<'EOF'
|
||||
def get_adapters(include_unconfigured=False):
|
||||
return []
|
||||
EOF
|
||||
|
||||
# steal the stuff we need
|
||||
mv copyparty partftpy ftp/* /usr/lib/python3.*/site-packages/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user