diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-11-01 10:15:00 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-11-01 21:47:21 +0100 |
commit | c9ea83dffe28a67c5f162f9a7b75e3b4ced71522 (patch) | |
tree | ad7c7d78bf19c3f67f2e9738bd9ea30381aff966 /redhat/Makefile | |
parent | 0d023ac2af69714bf99c9521747c405fe6c1c055 (diff) | |
download | tde-packaging-c9ea83dffe28a67c5f162f9a7b75e3b4ced71522.tar.gz tde-packaging-c9ea83dffe28a67c5f162f9a7b75e3b4ced71522.zip |
RPM: update TDE to version 14.0.11
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 41d7de88b..33acb8b00 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.1.0}) +TDE_VERSION := $(shell echo $${TDE_VERSION:-14.0.11}) 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))" |