quiet zip in make compile

pull/8/head
Philipp Hagemeister 2012-05-23 19:19:53 +02:00
rodzic 9ab3406ddb
commit 668d975039
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ update-readme:
echo "$${footer}" >> README.md
compile:
zip --junk-paths youtube-dl youtube_dl/*.py
zip --quiet --junk-paths youtube-dl youtube_dl/*.py
echo '#!/usr/bin/env python' > youtube-dl
cat youtube-dl.zip >> youtube-dl
rm youtube-dl.zip