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.

22 lines
976 B

--- ./Makefile.am.orig 2007-08-12 01:24:54.000000000 +0200
+++ ./Makefile.am 2007-08-12 01:25:22.000000000 +0200
@@ -4,7 +4,8 @@
install-data-local:
- $(INSTALL) -m 700 -d $(prelude_correlator_context_dir)
+ $(INSTALL) -m 700 -d $(DESTDIR)$(configdir);
+ $(INSTALL) -m 700 -d $(prelude_correlator_context_dir);
@if test -f $(DESTDIR)$(configdir)/prelude-correlator.conf; then \
echo "********************************************************************************"; \
echo; \
--- ./plugins/pcre/ruleset/Makefile.am.orig 2000-01-01 00:00:00.000000000 +0100
+++ ./plugins/pcre/ruleset/Makefile.am 2007-08-12 01:39:09.000000000 +0200
@@ -4,5 +4,5 @@
pcre.rules \
scan.rules \
worm.rules
-rulesetdir = $(PRELUDE_CORRELATOR_CONFIG_PREFIX)/ruleset
+rulesetdir = $(DESTDIR)$(configdir)/ruleset
EXTRA_DIST = $(ruleset_DATA)