mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +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
|
os.system('zip -0 ../ponysay.zip ' + ' '.join(ponysaysrc)) # use not compress, prefer speed
|
||||||
finally:
|
finally:
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
|
os.chmod('../ponysay.zip', 0o755)
|
||||||
try:
|
try:
|
||||||
fileout = open('ponysay.install', 'wb+')
|
fileout = open('ponysay.install', 'wb+')
|
||||||
filein = open('src/%s' % src, 'rb')
|
filein = open('src/%s' % src, 'rb')
|
||||||
|
|
Loading…
Reference in a new issue