[Cluster-devel] conga/luci Makefile

kupcevic at sourceware.org kupcevic at sourceware.org
Fri Aug 4 18:04:06 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-08-04 18:04:05

Modified files:
	luci           : Makefile 

Log message:
	command ordering error in zope installation

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15

--- conga/luci/Makefile	2006/08/04 17:55:24	1.14
+++ conga/luci/Makefile	2006/08/04 18:04:05	1.15
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 2006/08/04 17:55:24 kupcevic Exp $
+# $Id: Makefile,v 1.15 2006/08/04 18:04:05 kupcevic Exp $
 ZOPEINSTANCE=/var/lib/luci
 
 include ../make/version.in
@@ -21,11 +21,11 @@
 install:
 	if [ "${include_zope_and_plone}" = "yes" ] ; then \
 		install -d ${libdir}/luci ; \
-		install -d -m 700 ${libdir}/luci/zope ; \
 		cd zope ; \
 		./configure --prefix=${libdir}/luci/zope --with-python=/usr/bin/python ; \
 		make ; \
 		make install ; \
+		chmod 700 ${libdir}/luci/zope ; \
 	fi
 	if [ "${include_zope_and_plone}" = "yes" ] ; then \
 		install -d ${libdir}/luci/zope/lib/python/Products ; \




More information about the Cluster-devel mailing list