]> git.pld-linux.org Git - packages/nautilus.git/commitdiff
- patch updated
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 22 Jul 2001 01:06:07 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nautilus-DESTDIR.patch -> 1.3

nautilus-DESTDIR.patch

index dcaf97420bbf8b1fa9e9b85779c96145bd3773b3..31dd8319886a15159b3cea577a22cd6b66c41a4e 100644 (file)
@@ -55,21 +55,3 @@ diff -urN nautilus-1.0.1.1.org/Makefile.am nautilus-1.0.1.1/Makefile.am
 +              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.053028 seconds and 4 git commands to generate.