From bf01e0dc2e49572826457c46ef26f5813e50b516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 11 Apr 2023 22:17:09 +0200 Subject: RPM: update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/Makefile b/redhat/Makefile index b3eab1aee..eeb2778d2 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash PATH := $(PATH):$(shell pwd)/build TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.0}) -TDE_GIT_DIR := $(shell cd ../../tde; pwd) +TDE_GIT_DIR := $(shell cd ../..; pwd) TDE_PACKAGING_DIR := $(shell [ -n "$${TDE_PACKAGING_DIR}" ] && cd "$${TDE_PACKAGING_DIR}" || cd ..; pwd) RPMDIR := "$(shell rpm -E %{_rpmdir}.tde-$(TDE_VERSION))" DIST := $(shell rpm -E %dist) -- cgit v1.2.3