diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-11 22:17:09 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-11 22:17:09 +0200 |
commit | bf01e0dc2e49572826457c46ef26f5813e50b516 (patch) | |
tree | c0a8e1ffae1767b871644df47a03a01e05d01244 | |
parent | 30fc654ccaafcef016deea224694df7eb3c998a3 (diff) | |
download | tde-packaging-bf01e0dc2e49572826457c46ef26f5813e50b516.tar.gz tde-packaging-bf01e0dc2e49572826457c46ef26f5813e50b516.zip |
RPM: update Makefile
Signed-off-by: François Andriot <albator78@libertysurf.fr>
-rw-r--r-- | redhat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |