]> git.pld-linux.org Git - packages/nautilus.git/blobdiff - nautilus-DESTDIR.patch
0c2cc8ffbcbc34b9a539277ec232435a nautilus-omf.patch
[packages/nautilus.git] / nautilus-DESTDIR.patch
index dcaf97420bbf8b1fa9e9b85779c96145bd3773b3..664da58d02e42490df2b7bd0087759af1b78fc60 100644 (file)
@@ -1,75 +1,11 @@
-diff -urN nautilus-1.0.1.1.org/Makefile.am nautilus-1.0.1.1/Makefile.am
---- nautilus-1.0.1.1.org/Makefile.am   Sun Apr  8 19:37:55 2001
-+++ nautilus-1.0.1.1/Makefile.am       Sun Apr  8 19:39:40 2001
-@@ -117,23 +117,23 @@
+--- nautilus-1.0.5.orig/Makefile.am    Thu Oct 11 19:56:56 2001
++++ nautilus-1.0.5/Makefile.am Tue Oct 30 19:46:41 2001
+@@ -107,7 +107,7 @@
  ##################################################################
  
  dist-hook: nautilus.spec
 -      cp nautilus.spec $(distdir)
 +      cp nautilus.spec $(DESTDIR)$(distdir)
  
- # This is ridiculous, but automake apparently won't allow conditionals
- # in EXTRA_DIST.
--      mkdir -p $(distdir)/eazel-logos
-+      mkdir -p $(DESTDIR)$(distdir)/eazel-logos
-       list='$(EAZEL_LOGOS_ICONS)'; \
-       for i in $$list; \
-       do \
--              cp $$i $(distdir)/eazel-logos; \
-+              cp $$i $(DESTDIR)$(distdir)/eazel-logos; \
-       done
--      mkdir -p $(distdir)/eazel-logos/throbber
-+      mkdir -p $(DESTDIR)$(distdir)/eazel-logos/throbber
-       list='$(EAZEL_LOGOS_THROBBER)'; \
-       for i in $$list; \
-       do \
--              cp $$i $(distdir)/eazel-logos/throbber; \
-+              cp $$i $(DESTDIR)$(distdir)/eazel-logos/throbber; \
-       done
  ##################################################################
-@@ -155,18 +155,18 @@
- # an automake DATA rule because it's easier to deal with the relative paths
- # like this.
--      $(mkinstalldirs) $(icondir)
-+      $(mkinstalldirs) $(DESTDIR)$(icondir)
-       @list='$(EAZEL_LOGOS_ICONS)'; \
-       for i in $$list; \
-       do \
--              echo $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
--              $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
-+              echo $(INSTALL_PROGRAM) $$i $(DESTDIR)$(icondir)/`basename $$i`; \
-+              $(INSTALL_PROGRAM) $$i $(DESTDIR)$(icondir)/`basename $$i`; \
-       done
--      $(mkinstalldirs) $(throbberdir)
-+      $(mkinstalldirs) $(DESTDIR)$(throbberdir)
-       @list='$(EAZEL_LOGOS_THROBBER)'; \
-       for i in $$list; \
-       do \
--              echo $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
--              $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
-+              echo $(INSTALL_PROGRAM) $$i $(DESTDIR)$(throbberdir)/`basename $$i`; \
-+              $(INSTALL_PROGRAM) $$i $(DESTDIR)$(throbberdir)/`basename $$i`; \
-       done
-diff -urN nautilus-1.0.1.1.org/components/services/trilobite/helper/Makefile.am nautilus-1.0.1.1/components/services/trilobite/helper/Makefile.am
---- nautilus-1.0.1.1.org/components/services/trilobite/helper/Makefile.am      Sun Apr  8 19:38:02 2001
-+++ nautilus-1.0.1.1/components/services/trilobite/helper/Makefile.am  Sun Apr  8 19:40:13 2001
-@@ -11,10 +11,10 @@
-               && mv $(srcdir)/eazel-helper.security.tmp $(srcdir)/eazel-helper.security
- install-data-local: $(PAM_FILES)
--      mkdir -p $(sysconfdir)/security/console.apps
--      cp $(srcdir)/eazel-helper.security $(sysconfdir)/security/console.apps/eazel-helper
--      mkdir -p $(sysconfdir)/pam.d
--      cp $(srcdir)/eazel-helper.pam $(sysconfdir)/pam.d/eazel-helper
-+      mkdir -p $(DESTDIR)$(realsysconfdir)/security/console.apps
-+      cp $(srcdir)/eazel-helper.security $(DESTDIR)$(realsysconfdir)/security/console.apps/eazel-helper
-+      mkdir -p $(DESTDIR)$(realsysconfdir)/pam.d
-+      cp $(srcdir)/eazel-helper.pam $(DESTDIR)$(realsysconfdir)/pam.d/eazel-helper
- ## This and bin_SCRIPTS is a hack to ensure
- ## that eazel-helper.security is build during
+ #
This page took 0.039422 seconds and 4 git commands to generate.