diff options
Diffstat (limited to 'gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild')
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild index 3e0ca65326f5..9ba43eeb6176 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild,v 1.1 2004/09/24 01:05:58 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild,v 1.2 2004/10/04 01:18:00 fafhrd Exp $ inherit gnustep @@ -53,9 +53,9 @@ src_install() { egnustep_doc || die fi - use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}usr/GNUstep/System/Library/GNUMail/ - use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}usr/GNUstep/System/Library/GNUMail/ - use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}usr/GNUstep/System/Library/GNUMail/ + use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ egnustep_package_config } |