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:19:41 +0200 |
commit | 227df1637413f7cc7d7fc995c2e293f1fa2029a1 (patch) | |
tree | b6a33d780910ec97f1908f8af82bc4ff25200305 /redhat/Makefile | |
parent | d79b34324d6a74604fb196616fa814f16208f9a2 (diff) | |
download | tde-packaging-227df1637413f7cc7d7fc995c2e293f1fa2029a1.tar.gz tde-packaging-227df1637413f7cc7d7fc995c2e293f1fa2029a1.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) |