We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf41b84 commit b830282Copy full SHA for b830282
convert-deb.sh
@@ -31,7 +31,7 @@ dpkg -e $DEB
31
dpkg -x $DEB .
32
33
# modify ot version
34
-OT_VERSION="1.24~rc1-1"
+OT_VERSION="1.24-1"
35
OT_MODVERSION="$OT_VERSION$code"
36
sed -i -e "s/$OT_VERSION/$OT_MODVERSION/" DEBIAN/control
37
0 commit comments