From 87c6fcc9eb547e44587c46244cc66877efd7ad35 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 28 Sep 2021 14:26:06 +0200 Subject: packages: update openvpn-otp version number must start with digit --- packages/openvpn-otp/build-openvpn-otp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/openvpn-otp/build-openvpn-otp.sh b/packages/openvpn-otp/build-openvpn-otp.sh index ecae0f18..6870db64 100755 --- a/packages/openvpn-otp/build-openvpn-otp.sh +++ b/packages/openvpn-otp/build-openvpn-otp.sh @@ -31,6 +31,6 @@ fpm --input-type dir --output-type deb --name openvpn-otp \ --maintainer "VyOS Package Maintainers " \ --description "OpenVPN OTP Authentication support." \ --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} -- cgit v1.2.3