mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] Do not create directories from setup.py
This commit is contained in:
parent
b58a4dd13f
commit
e65755b61a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -30,8 +30,8 @@ if "install" in sys.argv:
|
||||||
f.write(package)
|
f.write(package)
|
||||||
|
|
||||||
# Create needed directories
|
# Create needed directories
|
||||||
mkpath(libdir, mode=0755, verbose=1)
|
# mkpath(libdir, mode=0755, verbose=1)
|
||||||
mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1)
|
# mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1)
|
||||||
|
|
||||||
|
|
||||||
setup(name='Moulinette',
|
setup(name='Moulinette',
|
||||||
|
|
Loading…
Reference in a new issue