On Fri, Oct 01, 2004 at 02:55:09PM +0200, Alessandro Razeto wrote:
> Date: Fri, 1 Oct 2004 14:55:09 +0200
> From: Alessandro Razeto <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [Openca-Users] Debian build fails
>
> I do not know since I build only some time ago without any problem;
> I will check this weekend :-D
Indeed I was blind, and those src/web-interfaces/*/Makefile changed,
so 01_stylesheet patch doesn't apply. Here's my diff attached.
--
Alexei Chetroi
diff -ru openca-0.9.orig/src/web-interfaces/ca/htdocs/Makefile
openca-0.9/src/web-interfaces/ca/htdocs/Makefile
--- openca-0.9.orig/src/web-interfaces/ca/htdocs/Makefile 2004-10-01
17:04:35.000000000 +0300
+++ openca-0.9/src/web-interfaces/ca/htdocs/Makefile 2004-10-01 17:06:46.000000000
+0300
@@ -6,7 +6,7 @@
include $(TOP)/Makefile.global-vars
DEST_HTDOCS_DIR = $(ca_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR = ../../stylesheets
SUBDIRS = \
images \
diff -ru openca-0.9.orig/src/web-interfaces/ldap/htdocs/Makefile
openca-0.9/src/web-interfaces/ldap/htdocs/Makefile
--- openca-0.9.orig/src/web-interfaces/ldap/htdocs/Makefile 2004-10-01
17:04:35.000000000 +0300
+++ openca-0.9/src/web-interfaces/ldap/htdocs/Makefile 2004-10-01 17:06:46.000000000
+0300
@@ -6,7 +6,7 @@
include $(TOP)/Makefile.global-vars
DEST_HTDOCS_DIR = $(ldap_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR = ../../stylesheets
SUBDIRS = \
images \
Only in openca-0.9/src/web-interfaces/ldap/htdocs: Makefile.orig
diff -ru openca-0.9.orig/src/web-interfaces/node/htdocs/Makefile
openca-0.9/src/web-interfaces/node/htdocs/Makefile
--- openca-0.9.orig/src/web-interfaces/node/htdocs/Makefile 2004-10-01
17:04:35.000000000 +0300
+++ openca-0.9/src/web-interfaces/node/htdocs/Makefile 2004-10-01 17:06:46.000000000
+0300
@@ -6,7 +6,7 @@
include $(TOP)/Makefile.global-vars
DEST_HTDOCS_DIR = ${node_htdocs_fs_prefix}
-DEST_LIB_STYLESHEET_DIR = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR = ../../stylesheets
SUBDIRS = \
images \
Only in openca-0.9/src/web-interfaces/node/htdocs: Makefile.orig
diff -ru openca-0.9.orig/src/web-interfaces/pub/htdocs/Makefile
openca-0.9/src/web-interfaces/pub/htdocs/Makefile
--- openca-0.9.orig/src/web-interfaces/pub/htdocs/Makefile 2004-10-01
17:04:35.000000000 +0300
+++ openca-0.9/src/web-interfaces/pub/htdocs/Makefile 2004-10-01 17:06:46.000000000
+0300
@@ -6,7 +6,7 @@
include $(TOP)/Makefile.global-vars
DEST_HTDOCS_DIR = $(pub_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR = ../../stylesheets
SUBDIRS = \
cacert \
diff -ru openca-0.9.orig/src/web-interfaces/ra/htdocs/Makefile
openca-0.9/src/web-interfaces/ra/htdocs/Makefile
--- openca-0.9.orig/src/web-interfaces/ra/htdocs/Makefile 2004-10-01
17:04:35.000000000 +0300
+++ openca-0.9/src/web-interfaces/ra/htdocs/Makefile 2004-10-01 17:06:46.000000000
+0300
@@ -6,7 +6,7 @@
include $(TOP)/Makefile.global-vars
DEST_HTDOCS_DIR = $(ra_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR = ../../stylesheets
SUBDIRS = \
images \