From 41284c83ff5be87bbc957f646c0db642e93cc722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 15 Apr 2014 19:43:15 +0200 Subject: RPM Packaging: update build scripts --- redhat/Makefile.v3.5.13-sru | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'redhat/Makefile.v3.5.13-sru') diff --git a/redhat/Makefile.v3.5.13-sru b/redhat/Makefile.v3.5.13-sru index 6f1321250..c8c2e61ff 100644 --- a/redhat/Makefile.v3.5.13-sru +++ b/redhat/Makefile.v3.5.13-sru @@ -1,12 +1,12 @@ SHELL := /bin/bash -PATH := $(PATH)/build:$(shell pwd) +PATH := $(PATH):$(shell pwd)/build TDE_VERSION = 3.5.13.2 buildpkg = \ @echo "Now processing '$(1)' ."; \ - if ! is_latest_package_installed.sh "$(1)" ${TDE_VERSION}; then \ + if [ "${REBUILD}" = "$(1)" ] || ! is_latest_package_installed.sh "$(1)" ${TDE_VERSION}; then \ echo " Package '${1}' is not yet installed."; \ - if ! is_latest_package_built.sh "$(1)" ${TDE_VERSION}; then \ + if [ "${REBUILD}" = "$(1)" ] || ! is_latest_package_built.sh "$(1)" ${TDE_VERSION}; then \ echo " Building package."; \ build_rpm_package.sh "$(1)" ${TDE_VERSION} || exit 1; \ echo " Updating repository."; \ @@ -51,7 +51,7 @@ tqca: tqtinterface tqca-tls: tqtinterface tqca $(call buildpkg,dependencies/tqca-tls) -qt3: +qt3: esound $(call buildpkg,dependencies/qt3) tqtinterface: qt3 -- cgit v1.2.1