summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-15 01:39:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-15 01:39:33 +0000
commit5098c1b68cc1dcff60429c55960e1648db35c0d8 (patch)
tree057db59e449dc1285b74603db3d4a60ccb87c87c /eclass/commonbox.eclass
parentminor change (diff)
downloadhistorical-5098c1b68cc1dcff60429c55960e1648db35c0d8.tar.gz
historical-5098c1b68cc1dcff60429c55960e1648db35c0d8.tar.bz2
historical-5098c1b68cc1dcff60429c55960e1648db35c0d8.zip
one more tweak
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r--eclass/commonbox.eclass4
1 files changed, 2 insertions, 2 deletions
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 <seemant@gentoo.org>
-# $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}
}