diff options
-rwxr-xr-x | control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control.sh b/control.sh index 2d044e9f0..1033b40b1 100755 --- a/control.sh +++ b/control.sh @@ -41,7 +41,7 @@ EOF echo -n "Version: ${PKG_VRSN}" if [[ $1 == status || $1 == available ]]; then - echo "-0" + echo "-$(cat "${PKG_STAT}/dest-ver")" else echo fi |