mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:release-scripts: fix create-tarball to treat vendor patch level correctly
This commit is contained in:
parent
8a76352544
commit
b845025daf
@ -196,7 +196,7 @@ function main
|
|||||||
if [ -n "$vendor_version" ]; then
|
if [ -n "$vendor_version" ]; then
|
||||||
version="$version-$vendor_version"
|
version="$version-$vendor_version"
|
||||||
fi
|
fi
|
||||||
vendor_patch=`grep "define SAMBA_VERSION_VENDOR_PATCH" $VER_H | awk '{print $3}'`
|
vendor_patch=`grep "define SAMBA_VERSION_VENDOR_PATCH_STRING" $VER_H | awk '{print $3}'`
|
||||||
if [ -n "$vendor_patch" ]; then
|
if [ -n "$vendor_patch" ]; then
|
||||||
version="$version-$vendor_patch"
|
version="$version-$vendor_patch"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user