2010-12-20 02:51:58 -05:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.3 2010/12/20 07:51:58 ajacoutot Exp $
|
|
|
|
--- Makefile.in.orig Mon Dec 13 14:49:57 2010
|
|
|
|
+++ Makefile.in Wed Dec 15 16:37:42 2010
|
|
|
|
@@ -1058,10 +1058,6 @@ uninstall-local-config:
|
2010-01-13 03:47:57 -05:00
|
|
|
fi
|
|
|
|
|
|
|
|
install-data-local: $(CONFS) install-data-local-config
|
|
|
|
- @$(mkinstalldirs) $(DESTDIR)$(localstatedir)
|
|
|
|
- @$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
|
|
|
|
- @$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
|
|
|
|
- @$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/cherokee/graphs/images
|
|
|
|
@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
|
|
|
|
@$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir)
|
|
|
|
@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
|
2010-12-20 02:51:58 -05:00
|
|
|
@@ -1079,7 +1075,6 @@ install-data-local: $(CONFS) install-data-local-config
|
2010-01-13 03:47:57 -05:00
|
|
|
@if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
|
|
|
|
$(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
|
|
|
|
fi
|
|
|
|
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)
|
|
|
|
|
|
|
|
uninstall-local: uninstall-local-config
|
|
|
|
@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
|