From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 24 Aug 2006 14:38:28 -0000 Subject: [Cluster-devel] conga/luci/site Makefile Message-ID: <20060824143828.4352.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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