Fix the freebsd release archive
The service script was misnamed and the file mode was wrong. Fixes #636.
This commit is contained in:
parent
cd1a4ac034
commit
310a926aad
|
|
@ -140,11 +140,11 @@ archives:
|
|||
- src: "unpoller.1.gz"
|
||||
dst: /usr/local/share/man/man1
|
||||
strip_parent: true
|
||||
- src: "init/bsd/freebsd.rc.d"
|
||||
- src: "init/bsd/unpoller"
|
||||
dst: /usr/local/etc/rc.d
|
||||
strip_parent: true
|
||||
info:
|
||||
mode: 755
|
||||
mode: 0755
|
||||
|
||||
|
||||
dockers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue