Debian: Remove /usr/lib/spaceapi-server
This commit is contained in:
parent
0447232950
commit
c142158f12
2 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ build_debian:
|
||||||
# Fix file permissions
|
# Fix file permissions
|
||||||
- find . -type f -exec chmod 0644 {} \;
|
- find . -type f -exec chmod 0644 {} \;
|
||||||
- find . -type d -exec chmod 755 {} \;
|
- find . -type d -exec chmod 755 {} \;
|
||||||
- chmod 0755 usr/lib/spaceapi-server/spaceapi-server DEBIAN/postinst DEBIAN/prerm DEBIAN/postrm
|
- chmod 0755 DEBIAN/postinst DEBIAN/prerm DEBIAN/postrm
|
||||||
# Build the package
|
# Build the package
|
||||||
- cd ..
|
- cd ..
|
||||||
- dpkg-deb --build spaceapi-server
|
- dpkg-deb --build spaceapi-server
|
||||||
|
|
Loading…
Reference in a new issue