mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
chmod 755 the command
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
70471ce780
commit
b861c8a65e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -433,6 +433,7 @@ class Setup():
|
|||
os.system('zip -0 ../ponysay.zip ' + ' '.join(ponysaysrc)) # use not compress, prefer speed
|
||||
finally:
|
||||
os.chdir('..')
|
||||
os.chmod('../ponysay.zip', 0o755)
|
||||
try:
|
||||
fileout = open('ponysay.install', 'wb+')
|
||||
filein = open('src/%s' % src, 'rb')
|
||||
|
|
Loading…
Reference in a new issue