summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-21 10:52:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-21 10:52:38 +0000
commitb33e6be71816a070d5f99f6c9fb68a9c2ff0afdc (patch)
tree09037865834997054c6ac73a9ab1aa70a3cd69e9 /app-text
parentAdjust gtkhtml dependency. (diff)
downloadgentoo-2-b33e6be71816a070d5f99f6c9fb68a9c2ff0afdc.tar.gz
gentoo-2-b33e6be71816a070d5f99f6c9fb68a9c2ff0afdc.tar.bz2
gentoo-2-b33e6be71816a070d5f99f6c9fb68a9c2ff0afdc.zip
cosmetics, use dosym instead of ln
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/texlive-core/ChangeLog6
-rw-r--r--app-text/texlive-core/texlive-core-2007.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog
index 80fa9904e05e..abb119dbbecc 100644
--- a/app-text/texlive-core/ChangeLog
+++ b/app-text/texlive-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/texlive-core
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.7 2007/10/21 10:25:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.8 2007/10/21 10:52:38 aballier Exp $
+
+ 21 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+ texlive-core-2007.ebuild:
+ cosmetics, use dosym instead of ln
21 Oct 2007; Alexis Ballier <aballier@gentoo.org>
texlive-core-2007.ebuild:
diff --git a/app-text/texlive-core/texlive-core-2007.ebuild b/app-text/texlive-core/texlive-core-2007.ebuild
index 18659ff3d67b..43b6ffb8e1cd 100644
--- a/app-text/texlive-core/texlive-core-2007.ebuild
+++ b/app-text/texlive-core/texlive-core-2007.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.7 2007/10/21 10:25:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.8 2007/10/21 10:52:38 aballier Exp $
inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
@@ -237,9 +237,8 @@ src_install() {
# The links has to be relative, since the targets
# is not present at this stage and MacOS doesn't
# like non-existing targets
- cd "${D}/usr/bin/"
- ln -snf tex virtex
- ln -snf pdftex pdfvirtex
+ dosym tex /usr/bin/virtex
+ dosym pdftex /usr/bin/pdfvirtex
}
pkg_postinst() {