diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:05:16 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:05:16 +0100 |
commit | 05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch) | |
tree | 814c5ea1ecbdff476518542612921e373b45e72d /redhat/Makefile | |
parent | effbf509eea4f37a1a8660242769ed1746b67ee0 (diff) | |
download | tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip |
RPM: more updates
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 76bc9bf25..323d174b1 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.7}) +TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.0}) 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))" |