summaryrefslogtreecommitdiff
path: root/scrub
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-03-06 20:09:37 -0500
committerTheodore Ts'o <tytso@mit.edu>2019-03-06 22:17:57 -0500
commit366aa03ff027bb86426086dffc72b3261f9bb962 (patch)
treeb182c0b2d010d35bf6537d0972387b10f6b52457 /scrub
parent137ef389422745c62a1da3cdb1b0e97dfd1be638 (diff)
downloade2fsprogs-366aa03ff027bb86426086dffc72b3261f9bb962.tar.gz
scrub/Makefile.in: install the udev rule and crontab file as data files
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scrub')
-rw-r--r--scrub/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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)