mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
packages: update openvpn-otp
version number must start with digit
This commit is contained in:
parent
e9ab597640
commit
87c6fcc9eb
@ -31,6 +31,6 @@ fpm --input-type dir --output-type deb --name openvpn-otp \
|
|||||||
--maintainer "VyOS Package Maintainers <maintainers@vyos.net>" \
|
--maintainer "VyOS Package Maintainers <maintainers@vyos.net>" \
|
||||||
--description "OpenVPN OTP Authentication support." \
|
--description "OpenVPN OTP Authentication support." \
|
||||||
--depends openvpn --architecture $(dpkg --print-architecture) \
|
--depends openvpn --architecture $(dpkg --print-architecture) \
|
||||||
--version $(git describe --tags --always) --deb-compression gz usr
|
--version $(git describe --tags --always | cut -c2-) --deb-compression gz usr
|
||||||
|
|
||||||
cp *.deb ${CWD}
|
cp *.deb ${CWD}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user