diff options
author | Michele Calgaro <[email protected]> | 2023-05-25 10:09:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-05-25 10:09:32 +0900 |
commit | c748d29f30825e721a016a65243fdf8ab65b4165 (patch) | |
tree | d788a2e48e73e025147ddb2d51ea9d508d82b526 /debian/_buildscripts/local/build_module.sh | |
parent | 66d2051b36105c0b14bc9003bee58cbde270d564 (diff) | |
download | tde-packaging-c748d29f30825e721a016a65243fdf8ab65b4165.tar.gz tde-packaging-c748d29f30825e721a016a65243fdf8ab65b4165.zip |
DEB build scripts: update to new package naming convention (~pre instead of ~s)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/_buildscripts/local/build_module.sh')
-rwxr-xr-x | debian/_buildscripts/local/build_module.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/_buildscripts/local/build_module.sh b/debian/_buildscripts/local/build_module.sh index c20661ad5..8a8457d87 100755 --- a/debian/_buildscripts/local/build_module.sh +++ b/debian/_buildscripts/local/build_module.sh @@ -380,8 +380,6 @@ if [ "$bool_EXTRADEP_MOD" != "y" -a "$bool_COPY_PKGING_FILES" = "y" ]; then REL=4:$TDE_RELEASE${package#*$TDE_RELEASE} REL=${REL%+*} REL=${REL/4:14.0.0/4:14.0.0-s} - REL=${REL/4:14.0.0-s~pre/4:14.0.0-s~} - REL=${REL/.0~pre/.0~s} # Get package name and packaging release PKG_NAME=$(head -n1 $MOD_BUILD_PKGING_PATH/changelog) PKG_NAME=${PKG_NAME%% *} |