]> git.pld-linux.org Git - packages/asterisk-chan_dongle.git/blobdiff - asterisk-chan_dongle.spec
- no 0 prefix for first digit
[packages/asterisk-chan_dongle.git] / asterisk-chan_dongle.spec
index 85eaa8cf376c32064f187626cfa33ddacf5bce79..19c15393f3e40244dd1e96a87241c48cf4dc8a48 100644 (file)
@@ -44,7 +44,7 @@ install /usr/share/automake/{config.*,install-sh,missing} .
 %{__aclocal}
 %{__autoconf}
 %configure \
-       --with-astversion=$(rpm -q --queryformat "%{VERSION}\n" asterisk-devel | awk -F. ' { printf("%02d%02d%02d", $1, $2, $3); } ')
+       --with-astversion=$(rpm -q --queryformat "%{VERSION}\n" asterisk-devel | awk -F. ' { printf("%d%02d%02d", $1, $2, $3); } ')
 %{__make}
 
 %install
This page took 0.154175 seconds and 4 git commands to generate.