summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-04-26 12:26:40 +0000
committerMichael Januszewski <spock@gentoo.org>2005-04-26 12:26:40 +0000
commitdc4299b524fb1fd421c07d02114bd34e8d4fe80d (patch)
tree632557c9576370677e084b8c049fd78bf8eef4e2 /media-gfx/splashutils
parentUpdated metadata.xml (diff)
downloadgentoo-2-dc4299b524fb1fd421c07d02114bd34e8d4fe80d.tar.gz
gentoo-2-dc4299b524fb1fd421c07d02114bd34e8d4fe80d.tar.bz2
gentoo-2-dc4299b524fb1fd421c07d02114bd34e8d4fe80d.zip
Avoid installing the default symlink if it already exists -- fixed bug #90484.
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r--media-gfx/splashutils/ChangeLog6
-rw-r--r--media-gfx/splashutils/splashutils-1.1.9.4.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index c22c10a97972..3471735fcb10 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.23 2005/04/24 20:19:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.24 2005/04/26 12:26:40 spock Exp $
+
+ 26 Apr 2005; Michał Januszewski <spock@gentoo.org>
+ splashutils-1.1.9.4.ebuild:
+ Avoid installing the default symlink if it already exists -- fixed bug #90484.
*splashutils-1.1.9.4 (24 Apr 2005)
diff --git a/media-gfx/splashutils/splashutils-1.1.9.4.ebuild b/media-gfx/splashutils/splashutils-1.1.9.4.ebuild
index b285ebe54531..c152b353450d 100644
--- a/media-gfx/splashutils/splashutils-1.1.9.4.ebuild
+++ b/media-gfx/splashutils/splashutils-1.1.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.4.ebuild,v 1.1 2005/04/24 20:19:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.4.ebuild,v 1.2 2005/04/26 12:26:40 spock Exp $
MISCSPLASH="miscsplashutils-0.1.3"
GENTOOSPLASH="splashutils-gentoo-0.1.8"
@@ -141,7 +141,6 @@ src_install() {
dodir /etc/splash/{emergence,gentoo}
cp -pR ${WORKDIR}/{emergence,gentoo} ${D}/etc/splash
- ln -s emergence ${D}/etc/splash/default
dodoc docs/* README AUTHORS
if [ ! -e ${ROOT}/etc/splash/default ]; then
@@ -151,7 +150,7 @@ src_install() {
pkg_postinst() {
ewarn "Due to a change in the splash protocol you will have to rebuild"
- ewarn "all initrds created with splashutils < 1.1.9. This can be done "
+ ewarn "all initrds created with splashutils < 1.1.9. This can be done"
ewarn "with the splash_geninitramsfs script."
echo ""
einfo "For best effects, this new version of splashutils requires some"