forked from s3lph/matemat
gitlab-ci: Fixed debian package directory permissions
This commit is contained in:
parent
252e8d73d6
commit
2fdae8fc89
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ build_debian:
|
|||
- python3.6 setup.py egg_info -d -b +master install --root=package/debian/matemat/ --prefix=/usr --optimize=1
|
||||
- export PYTHON_BIN=$(which python3)
|
||||
- cd package/debian
|
||||
- chmod 0755 -R matemat/DEBIAN
|
||||
- mv matemat/usr/lib/python3.6/{site,dist}-packages
|
||||
- mv matemat/usr/bin/matemat matemat/usr/lib/matemat/matemat
|
||||
- rm -rf matemat/usr/bin
|
||||
|
|
Loading…
Reference in a new issue