diff options
Diffstat (limited to 'x11-fm/nautilus/files/patch-ab')
-rw-r--r-- | x11-fm/nautilus/files/patch-ab | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/x11-fm/nautilus/files/patch-ab b/x11-fm/nautilus/files/patch-ab index a46aeaaf19d8..169e4d76349d 100644 --- a/x11-fm/nautilus/files/patch-ab +++ b/x11-fm/nautilus/files/patch-ab @@ -1,13 +1,28 @@ ---- Makefile.in.orig Wed Aug 16 08:26:30 2000 -+++ Makefile.in Wed Aug 23 14:56:45 2000 -@@ -501,8 +501,8 @@ - $(mkinstalldirs) $(DESTDIR)/$(prefix)/bin - @list='nautilus-clean.sh'; for p in $$list; do\ +--- Makefile.in.orig Mon Mar 12 19:49:51 2001 ++++ Makefile.in Fri Mar 16 16:15:38 2001 +@@ -202,3 +202,3 @@ + +-SUBDIRS = data icons intl cut-n-paste-code librsvg libnautilus libnautilus-adapter libnautilus-extensions helper-utilities helper-scripts src components $(APPLETS_SUBDIRS) nautilus-installer test user-guide help po omf-install $(NULL) ++SUBDIRS = data icons intl cut-n-paste-code librsvg libnautilus libnautilus-adapter libnautilus-extensions helper-utilities helper-scripts src components $(APPLETS_SUBDIRS) nautilus-installer test user-guide help po $(NULL) + +@@ -607,4 +607,4 @@ if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \ - $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \ + echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \ + $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \ else :; fi; \ +@@ -620,4 +620,4 @@ + do \ +- echo $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \ +- $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \ ++ echo $(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \ ++ $(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \ + done +@@ -628,4 +628,4 @@ + do \ +- echo $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \ +- $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \ ++ echo $(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \ ++ $(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \ done - |