From 0ec2cc17b0900a66ed64e41c22dfc800cb7459ff Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 15 Jul 2002 01:39:33 +0000 Subject: one more tweak --- eclass/commonbox.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/commonbox.eclass') diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index ca8144585aba..4e10aab1933b 100644 --- a/eclass/commonbox.eclass +++ b/eclass/commonbox.eclass @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen -# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.4 2002/07/15 00:03:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.5 2002/07/15 01:39:33 seemant Exp $ # The commonbox eclass is designed to allow easier installation of the box # window managers such as blackbox and fluxbox and commonbox @@ -97,5 +97,5 @@ commonbox_src_install() { dodir /etc/X11/Sessions echo "/usr/bin/${MYBIN}" > ${D}/etc/X11/Sessions/${MYBIN} - fperms 755 /etc/X11/Sessions/${MYBIN} + fperms a+x /etc/X11/Sessions/${MYBIN} } -- cgit v1.2.3-65-gdbad