diff options
| author | François Andriot <albator78@libertysurf.fr> | 2022-04-05 17:56:28 +0200 |
|---|---|---|
| committer | François Andriot <albator78@libertysurf.fr> | 2022-04-05 20:33:06 +0200 |
| commit | 61496744bfb6408f61f4c2bf3e285d8321c9dde3 (patch) | |
| tree | 1dbfe0bc4302aa619bec72c68d8a1c49007a1b57 /redhat/Makefile | |
| parent | e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932 (diff) | |
| download | tde-packaging-61496744.tar.gz tde-packaging-61496744.zip | |
RPM: update build script to TDE version 14.0.12
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
| -rw-r--r-- | redhat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 6e785a5d7..28ac10964 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash PATH := $(PATH):$(shell pwd)/build -TDE_VERSION := $(shell echo $${TDE_VERSION:-14.0.11}) +TDE_VERSION := $(shell echo $${TDE_VERSION:-14.0.12}) TDE_GIT_DIR := $(shell cd ../../tde; pwd) TDE_PACKAGING_DIR := $(shell [ -n "$${TDE_PACKAGING_DIR}" ] && cd "$${TDE_PACKAGING_DIR}" || cd ..; pwd) RPMDIR := "$(shell rpm -E %{_rpmdir}.tde-$(TDE_VERSION))" |
