Don't create a useless bin/

This commit is contained in:
Juhani Krekelä 2018-08-29 20:44:58 +03:00
parent 71f9bf51a2
commit 225661e8d5
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ sshwot-export-known-hosts: $(SSHWOT_EXPORT_KNOWN_HOSTS_MAIN) $(SSHWOT_EXPORT_KNO
cp $(SSHWOT_EXPORT_KNOWN_HOSTS_DEPS) build/$@/
cp $(SSHWOT_EXPORT_KNOWN_HOSTS_MAIN) build/$@/__main__.py
zip --quiet --junk-paths build/$@.zip build/$@/*.py
mkdir -p bin/
echo '#!/usr/bin/env python3' > $@
cat build/$@.zip >> $@
chmod +x $@