40b65a0142
- move the database creation instructions to the correct place. - regen patches. - bump PKGNAMEs. "looks ok" alek@
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2006/07/26 07:07:16 aanriot Exp $
|
|
--- Makefile.in.orig Wed Jun 14 10:47:37 2006
|
|
+++ Makefile.in Tue Jul 25 19:07:32 2006
|
|
@@ -223,7 +223,7 @@ build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
-configdir = @configdir@
|
|
+configdir = @prefix@/share/examples/prelude-manager
|
|
datadir = @datadir@
|
|
decode_plugin_dir = @decode_plugin_dir@
|
|
defined = @defined@
|
|
@@ -705,9 +705,6 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
install-data-local:
|
|
$(INSTALL) -d -m 700 $(DESTDIR)$(configdir);
|
|
- $(INSTALL) -d -m 700 $(DESTDIR)$(manager_run_dir);
|
|
- $(INSTALL) -d -m 700 $(DESTDIR)$(manager_scheduler_dir);
|
|
- $(INSTALL) -d -m 700 $(DESTDIR)$(manager_failover_dir);
|
|
@if test -f $(DESTDIR)$(configdir)/prelude-manager.conf; then \
|
|
$(INSTALL) -m 600 $(top_srcdir)/prelude-manager.conf $(DESTDIR)$(configdir)/prelude-manager.conf-dist; \
|
|
echo "********************************************************************************"; \
|