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
commit0ec2cc17b0900a66ed64e41c22dfc800cb7459ff (patch)
tree07911b1e23d0d8d5035ef8c7fefb3dbb43046fb7 /eclass/commonbox.eclass
parentminor change (diff)
downloadgentoo-2-0ec2cc17b0900a66ed64e41c22dfc800cb7459ff.tar.gz
gentoo-2-0ec2cc17b0900a66ed64e41c22dfc800cb7459ff.tar.bz2
gentoo-2-0ec2cc17b0900a66ed64e41c22dfc800cb7459ff.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}
}