summaryrefslogtreecommitdiff
path: root/helper-scripts
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@eazel.com>2001-02-24 09:57:04 +0000
committerEskil Heyn Olsen <eskil@src.gnome.org>2001-02-24 09:57:04 +0000
commit091c0120f5b20718a8c5344abcdc2ce03cc6b32e (patch)
treeefbff63522956afc6fa4964ff760ae688121c365 /helper-scripts
parent6d5fb05ebbed7719ae7582dda9ec60e5e06633fd (diff)
downloadnautilus-091c0120f5b20718a8c5344abcdc2ce03cc6b32e.tar.gz
review wanker: Arik The Intern
2001-02-24 Eskil Heyn Olsen <eskil@eazel.com> review wanker: Arik The Intern * helper-scripts/Makefile.am: This should be better, hope it works
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