mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
pkg.sh Fix: Overwrote LAST_RPM_VERSION entirely
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b7b012c47b
commit
3082150b05
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ cmd_version()
|
|||
|
||||
# -- here we go
|
||||
local strip_dev=cmd_version_strip_dev_dummy
|
||||
local platform_patt="\(^debian-[0-9.]\+\|^suse-[0-9.]\+\)/\(i.86\|x86_64\|amd64\): *"
|
||||
local platform_patt="\(^debian-[0-9.]\+\|^suse-\([0-9.]\+\|tumbleweed\)\)/\(i.86\|x86_64\|amd64\): *"
|
||||
local no_compat=
|
||||
local platform=`platform`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue