diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-25 22:50:56 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-25 22:50:56 +0000 |
commit | d9fd770043ce8266eae9496dd648e9cc58c43cf3 (patch) | |
tree | 6ca1e5145fe491b426fd0dcad4b58be2f23f7d69 /eclass/commonbox.eclass | |
parent | NLS installation update for latest stable openbox (2.1.3-r1) (diff) | |
download | historical-d9fd770043ce8266eae9496dd648e9cc58c43cf3.tar.gz historical-d9fd770043ce8266eae9496dd648e9cc58c43cf3.tar.bz2 historical-d9fd770043ce8266eae9496dd648e9cc58c43cf3.zip |
Minor update to commonbox.eclass
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r-- | eclass/commonbox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index 6571d01f09e3..3b467bef2f01 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.12 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.13 2002/11/25 22:50:56 mkeadle Exp $ # The commonbox eclass is designed to allow easier installation of the box # window managers such as blackbox and fluxbox and commonbox @@ -108,7 +108,7 @@ commonbox_src_compile() { commonbox_src_install() { - dodir /usr/share/commonbox + dodir /usr/share/commonbox/${PN} make DESTDIR=${D} install || die |