only install the yum helpers if choosing yum backend

This commit is contained in:
Richard Hughes 2007-08-21 14:48:36 +01:00
parent 963925df8c
commit 752a5a0fc2

View File

@ -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