diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-28 20:18:46 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-28 20:18:55 +0200 |
commit | 338ebecfc95ce57a8c62a029bad2d3e2c89bad11 (patch) | |
tree | 4bede94653af690fe8af88c09218cb6bf89d0b2f /redhat/Makefile | |
parent | 9ca99a4db82042a46cd2cd61b3378edab06d6ded (diff) | |
download | tde-packaging-338ebecfc95ce57a8c62a029bad2d3e2c89bad11.tar.gz tde-packaging-338ebecfc95ce57a8c62a029bad2d3e2c89bad11.zip |
RPM: more updates for centos5
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 9d06c5fb5..a90f04b34 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -429,7 +429,9 @@ kpicosim: tdebase $(call buildpkg,applications/kpicosim) kpilot: tdebase tdepim +ifeq (,$(filter $(DIST),.el5)) $(call buildpkg,applications/kpilot) +endif kpowersave: tdebase $(call buildpkg,applications/kpowersave) |