mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
tinc: move to usr/bin.
This commit is contained in:
parent
a45607a307
commit
b4443c58a7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tinc'
|
||||
pkgname=tinc
|
||||
version=1.0.25
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
makedepends="zlib-devel lzo-devel libressl-devel"
|
||||
|
@ -11,6 +11,7 @@ license="GPL-2"
|
|||
homepage="http://www.tinc-vpn.org"
|
||||
distfiles="${homepage}/packages/${pkgname}-${version}.tar.gz"
|
||||
checksum=c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
|
||||
post_install() {
|
||||
vsv tincd
|
||||
|
|
Loading…
Add table
Reference in a new issue