diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-11-05 20:36:04 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-11-05 20:36:04 +0100 |
commit | f604d2d72f45d13aeb1706c855624e40a43a602b (patch) | |
tree | ac955ccbf464cfded46a1498fb29808127e31a13 /redhat/Makefile.r14 | |
parent | 488d11495027a75355bebe4ad16497b336dbf404 (diff) | |
download | tde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.tar.gz tde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index ffd1575f0..352b2a343 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -1,7 +1,8 @@ SHELL := /bin/bash PACKAGING_DIR := $(shell cd ..; pwd) PATH := $(PATH):$(shell pwd)/build -TDE_VERSION := 14.0.3 +TDE_VERSION := 14.0.4 +DIST := $(shell rpm -E %dist) buildpkg = \ @echo "Now processing '$(1)' [from $(PACKAGING_DIR)]."; \ |