OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../prelude-correlator/install_sysconfdir.patch
  5. # Copyright (C) 2007 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./Makefile.am.orig 2007-08-12 01:24:54.000000000 +0200
  17. +++ ./Makefile.am 2007-08-12 01:25:22.000000000 +0200
  18. @@ -4,7 +4,8 @@
  19. install-data-local:
  20. - $(INSTALL) -m 700 -d $(prelude_correlator_context_dir)
  21. + $(INSTALL) -m 700 -d $(DESTDIR)$(configdir);
  22. + $(INSTALL) -m 700 -d $(prelude_correlator_context_dir);
  23. @if test -f $(DESTDIR)$(configdir)/prelude-correlator.conf; then \
  24. echo "********************************************************************************"; \
  25. echo; \
  26. --- ./plugins/pcre/ruleset/Makefile.am.orig 2000-01-01 00:00:00.000000000 +0100
  27. +++ ./plugins/pcre/ruleset/Makefile.am 2007-08-12 01:39:09.000000000 +0200
  28. @@ -4,5 +4,5 @@
  29. pcre.rules \
  30. scan.rules \
  31. worm.rules
  32. -rulesetdir = $(PRELUDE_CORRELATOR_CONFIG_PREFIX)/ruleset
  33. +rulesetdir = $(DESTDIR)$(configdir)/ruleset
  34. EXTRA_DIST = $(ruleset_DATA)