packagekit/helpers/Makefile.am
2007-08-20 00:01:51 +01:00

17 lines
220 B
Makefile

helperdir = $(datadir)/PackageKit/helpers
NULL =
dist_helper_DATA = \
yum-search-name.py \
yum-search-details.py \
$(NULL)
install-data-hook:
chmod a+rx $(DESTDIR)$(helperdir)/*.py
clean-local :
rm -f *~