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.
14 lines
511 B
Plaintext
14 lines
511 B
Plaintext
$OpenBSD: patch-crm_pengine_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- crm/pengine/Makefile.am.orig Sat Nov 17 13:56:08 2007
|
|
+++ crm/pengine/Makefile.am Sat Nov 17 13:57:02 2007
|
|
@@ -79,9 +79,5 @@ clean-generic:
|
|
rm -f *.log *.debug *~ .gres.* testcases/.gres.*
|
|
|
|
install-exec-local:
|
|
- $(mkinstalldirs) $(DESTDIR)/$(pe_varlibdir)
|
|
- -chown $(HA_CCMUSER) $(DESTDIR)/$(pe_varlibdir)
|
|
- -chgrp $(HA_APIGROUP) $(DESTDIR)/$(pe_varlibdir)
|
|
- -chmod 750 $(DESTDIR)/$(pe_varlibdir)
|
|
|
|
uninstall-local:
|