fixed compsrv package
This commit is contained in:
parent
2dc55fe8e2
commit
222d274ea7
2 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,7 @@ fpm \
|
|||
--name compsrv \
|
||||
--version 1.0.0-0 \
|
||||
--architecture all \
|
||||
./build/compsrv=/usr/bin/compsrv
|
||||
./test_bin/compsrv=/usr/bin/compsrv
|
||||
|
||||
# dpkg-deb -xv compsrv-1.0.0-0-any.deb test_bin
|
||||
# sudo rm -rf test_bin/usr test_bin/lib
|
||||
# MUST BE RUN IN BASH, zsh has 'ar' as an alias to 'apt'
|
||||
# ar -xv compsrv-1.0.0-0-any.deb
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
service compsrv restart
|
||||
systemctl enable compsrv
|
||||
|
|
Reference in a new issue