summaryrefslogtreecommitdiff
path: root/helper-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'helper-scripts')
-rw-r--r--helper-scripts/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/helper-scripts/Makefile.am b/helper-scripts/Makefile.am
index 88233c8e3..a76b392bc 100644
--- a/helper-scripts/Makefile.am
+++ b/helper-scripts/Makefile.am
@@ -5,14 +5,12 @@ EXTRA_DIST= \
nautilus-restore-settings-to-default.sh \
$(NULL)
-install-data-hook: nautilus-verify-rpm.sh
+install-data-hook: nautilus-verify-rpm.sh nautilus-restore-settings-to-default.sh
$(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
- @list='nautilus-verify-rpm.sh'; for p in $$list; do\
+ @list='nautilus-verify-rpm.sh nautilus-restore-settings-to-default.sh'; for p in $$list; do\
if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
- echo " $(INSTALL_PROGRAM) $(srcdir)/nautilus-restore-settings-to-default.sh $(DESTDIR)/$(prefix)/bin/nautilus-restore-settings-to-default.sh;" \
$(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
- $(INSTALL_PROGRAM) $(srcdir)/nautilus-restore-settings-to-default.sh $(DESTDIR)/$(prefix)/bin/nautilus-restore-settings-to-default.sh; \
else :; fi; \
done