summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-11-13 15:25:35 +0000
committerMamoru Komachi <usata@gentoo.org>2003-11-13 15:25:35 +0000
commitb68b46ce596d3d6e13e5a62668afbe0cff107cdc (patch)
tree80a90ac05a37577e6c614a3a4b7827d675a0439f /dev-tex/listings/listings-1.1.ebuild
parentnew version (diff)
downloadgentoo-2-b68b46ce596d3d6e13e5a62668afbe0cff107cdc.tar.gz
gentoo-2-b68b46ce596d3d6e13e5a62668afbe0cff107cdc.tar.bz2
gentoo-2-b68b46ce596d3d6e13e5a62668afbe0cff107cdc.zip
Fixed ${S} in pkg_postinst by adding addwrite in src_install. Marked as stable.
Diffstat (limited to 'dev-tex/listings/listings-1.1.ebuild')
-rw-r--r--dev-tex/listings/listings-1.1.ebuild17
1 files changed, 4 insertions, 13 deletions
diff --git a/dev-tex/listings/listings-1.1.ebuild b/dev-tex/listings/listings-1.1.ebuild
index 17b8905bb413..540e9566f290 100644
--- a/dev-tex/listings/listings-1.1.ebuild
+++ b/dev-tex/listings/listings-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.1.ebuild,v 1.1 2003/09/19 17:21:51 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.1.ebuild,v 1.2 2003/11/13 15:25:31 usata Exp $
inherit latex-package
@@ -13,23 +13,14 @@ LICENSE="LPPL-1.2"
IUSE=""
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
# these functions are overridden from the base class because
# we need to do docs things using texi2dvi in
# /var/cache/fonts
src_install() {
- cd ${S}
- latex-package_src_doinstall styles fonts pdf
+ addwrite /var/cache/fonts
+ latex-package_src_doinstall styles fonts pdf dtx
}
-
-pkg_postinst() {
-
- cd ${S}
- latex-package_src_doinstall dtx
- latex-package_pkg_postinst
-
-}
-