Исправление установки конфигурационного файла
All checks were successful
Build / Build project (push) Successful in 7m6s
All checks were successful
Build / Build project (push) Successful in 7m6s
This commit is contained in:
parent
20aa22ddf9
commit
9174a14ae9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
name : wstunnel
|
name : wstunnel
|
||||||
version : 10.3.0
|
version : 10.3.0
|
||||||
release : 5
|
release : 6
|
||||||
source :
|
source :
|
||||||
- https://github.com/erebe/wstunnel/archive/refs/tags/v10.3.0.tar.gz : ede8dfb23fbab3ed5090a256ea79290c036b04e3312b8ad487d47bc5e71ff570
|
- https://github.com/erebe/wstunnel/archive/refs/tags/v10.3.0.tar.gz : ede8dfb23fbab3ed5090a256ea79290c036b04e3312b8ad487d47bc5e71ff570
|
||||||
homepage : https://github.com/erebe/wstunnel
|
homepage : https://github.com/erebe/wstunnel
|
||||||
|
@ -22,7 +22,7 @@ install : |
|
||||||
install -Dm00644 $pkgfiles/wstunnel-client.service $installdir/%libdir%/systemd/system/wstunnel-client.service
|
install -Dm00644 $pkgfiles/wstunnel-client.service $installdir/%libdir%/systemd/system/wstunnel-client.service
|
||||||
install -Dm00644 $pkgfiles/wstunnel-server.service $installdir/%libdir%/systemd/system/wstunnel-server.service
|
install -Dm00644 $pkgfiles/wstunnel-server.service $installdir/%libdir%/systemd/system/wstunnel-server.service
|
||||||
|
|
||||||
install -Dm00644 $pkgfiles/wstunnel.conf /usr/share/defaults/etc/wstunnel/wstunnel.conf
|
install -Dm00644 $pkgfiles/wstunnel.conf $installdir/usr/share/defaults/etc/wstunnel/wstunnel.conf
|
||||||
|
|
||||||
install -Dm00755 $pkgfiles/wstunnel-client $installdir/usr/bin/wstunnel-client
|
install -Dm00755 $pkgfiles/wstunnel-client $installdir/usr/bin/wstunnel-client
|
||||||
install -Dm00755 $pkgfiles/wstunnel-server $installdir/usr/bin/wstunnel-server
|
install -Dm00755 $pkgfiles/wstunnel-server $installdir/usr/bin/wstunnel-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue