diff options
author | Arik Devens <arik@src.gnome.org> | 2001-02-24 06:30:48 +0000 |
---|---|---|
committer | Arik Devens <arik@src.gnome.org> | 2001-02-24 06:30:48 +0000 |
commit | ae36c6ddc216136d3e95d93d570d534aa395fd12 (patch) | |
tree | 176310d7e0d1b117cf78264e1eb29337d9df8309 /helper-scripts | |
parent | 6251fe565bd5552baf16c63514613432244f2de3 (diff) | |
download | nautilus-ae36c6ddc216136d3e95d93d570d534aa395fd12.tar.gz |
Adding the restore-settings helper script to Makefile.am and installing it.
Diffstat (limited to 'helper-scripts')
-rw-r--r-- | helper-scripts/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helper-scripts/Makefile.am b/helper-scripts/Makefile.am index ad0ce0b4f..88233c8e3 100644 --- a/helper-scripts/Makefile.am +++ b/helper-scripts/Makefile.am @@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.shared EXTRA_DIST= \ nautilus-verify-rpm.sh \ + nautilus-restore-settings-to-default.sh \ $(NULL) install-data-hook: nautilus-verify-rpm.sh @@ -9,6 +10,9 @@ install-data-hook: nautilus-verify-rpm.sh @list='nautilus-verify-rpm.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 + |