From 752a5a0fc2925e849556a28528409c8f85aa6be9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 21 Aug 2007 14:48:36 +0100 Subject: [PATCH] only install the yum helpers if choosing yum backend --- helpers/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/Makefile.am b/helpers/Makefile.am index 72ae141a0..0352d0afd 100644 --- a/helpers/Makefile.am +++ b/helpers/Makefile.am @@ -3,10 +3,12 @@ helperdir = $(datadir)/PackageKit/helpers NULL = +if BACKEND_TYPE_YUM dist_helper_DATA = \ yum-search-name.py \ yum-search-details.py \ $(NULL) +endif install-data-hook: chmod a+rx $(DESTDIR)$(helperdir)/*.py