70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
15 lines
615 B
Plaintext
15 lines
615 B
Plaintext
$OpenBSD: patch-heartbeat_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- heartbeat/Makefile.am.orig Sat Nov 17 13:54:50 2007
|
|
+++ heartbeat/Makefile.am Sat Nov 17 13:55:19 2007
|
|
@@ -85,10 +85,6 @@ EXTRA_DIST = $(ha_DATA) $(ha_SCRIPTS)
|
|
## additional Makefile targets
|
|
# additional installations not covered normally
|
|
install-exec-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(havarrundir)
|
|
- $(mkinstalldirs) $(DESTDIR)$(havarlibdir)
|
|
- $(mkinstalldirs) $(DESTDIR)$(havarrunhbdir)
|
|
- -chmod 755 $(DESTDIR)$(havarrunhbdir)
|
|
|
|
uninstall-local:
|
|
-test -p $(DESTDIR)$(hafifo) && rm $(DESTDIR)$(hafifo)
|