summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/pango/pango-1.10.4.ebuild')
-rw-r--r--x11-libs/pango/pango-1.10.4.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-libs/pango/pango-1.10.4.ebuild b/x11-libs/pango/pango-1.10.4.ebuild
index eabc98f20fe4..c44473e99fbf 100644
--- a/x11-libs/pango/pango-1.10.4.ebuild
+++ b/x11-libs/pango/pango-1.10.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.4.ebuild,v 1.1 2006/03/05 05:20:52 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.4.ebuild,v 1.2 2006/06/07 14:09:47 allanonjl Exp $
inherit eutils gnome2
@@ -32,8 +32,6 @@ DEPEND="${RDEPEND}
~app-text/docbook-xml-dtd-4.1.2 )"
DOCS="AUTHORS ChangeLog* NEWS README TODO*"
-USE_DESTDIR="1"
-
pkg_setup() {
if ! built_with_use -a x11-libs/cairo png X; then
@@ -66,9 +64,6 @@ src_install() {
gnome2_src_install
rm ${D}/etc/pango/pango.modules
- use amd64 && mkdir ${D}/etc/pango/${CHOST}
- use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && mkdir ${D}/etc/pango/${CHOST}
-
}
pkg_postinst() {
@@ -78,6 +73,7 @@ pkg_postinst() {
use amd64 && PANGO_CONFDIR="/etc/pango/${CHOST}"
use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && PANGO_CONFDIR="/etc/pango/${CHOST}"
PANGO_CONFDIR=${PANGO_CONFDIR:=/etc/pango}
+ mkdir -p ${PANGO_CONFDIR}
pango-querymodules > ${PANGO_CONFDIR}/pango.modules
fi