From 366aa03ff027bb86426086dffc72b3261f9bb962 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 6 Mar 2019 20:09:37 -0500 Subject: scrub/Makefile.in: install the udev rule and crontab file as data files Signed-off-by: Theodore Ts'o --- scrub/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scrub') diff --git a/scrub/Makefile.in b/scrub/Makefile.in index 161ba41f..efabe762 100644 --- a/scrub/Makefile.in +++ b/scrub/Makefile.in @@ -108,13 +108,13 @@ installdirs: $(INSTALLDIRS_TGT) install-udev: $(Q) for i in $(UDEV_RULES); do \ $(ES) " INSTALL $(UDEV_RULES_DIR)/$$i"; \ - $(INSTALL_PROGRAM) $$i $(DESTDIR)$(UDEV_RULES_DIR)/96-$$i; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(UDEV_RULES_DIR)/96-$$i; \ done install-crond: $(Q) for i in $(CRONTABS); do \ $(ES) " INSTALL $(CROND_DIR)/$$i"; \ - $(INSTALL_PROGRAM) $$i $(DESTDIR)$(CROND_DIR)/$$i; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(CROND_DIR)/$$i; \ done install-libprogs: $(LIBPROGS) -- cgit v1.2.1