[Cluster-devel] conga/luci/site Makefile

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Aug 24 14:38:28 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-24 14:38:28

Modified files:
	luci/site      : Makefile 

Log message:
	fix typo.. no chmod -m

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

--- conga/luci/site/Makefile	2006/08/23 19:58:42	1.10
+++ conga/luci/site/Makefile	2006/08/24 14:38:28	1.11
@@ -41,7 +41,7 @@
 install:
 	install -d ${DESTDIR}/var/lib/luci
 	echo False > ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
-	chmod -m 0640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
+	chmod 640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
 
 	install -d ${DESTDIR}/var/lib/luci/bin
 #	install `find luci/bin -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/bin




More information about the Cluster-devel mailing list