diff options
author | William Thomson <wltjr@gentoo.org> | 2007-05-14 21:06:44 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2007-05-14 21:06:44 +0000 |
commit | 2c91181f5a35cd4eef80680cec1d832a11391f4c (patch) | |
tree | 672ea1053cc9f2d432545ae5a45b9e4551d8f748 /dev-db/firebird | |
parent | Keyworded ~sparc wrt #177426 (diff) | |
download | gentoo-2-2c91181f5a35cd4eef80680cec1d832a11391f4c.tar.gz gentoo-2-2c91181f5a35cd4eef80680cec1d832a11391f4c.tar.bz2 gentoo-2-2c91181f5a35cd4eef80680cec1d832a11391f4c.zip |
Dropped calls to rm symlinks from the live system, which should be the cause for bug #177916.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.4-r2.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index c4420a075588..b42a620e1184 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.56 2007/05/14 14:28:03 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.57 2007/05/14 21:06:44 wltjr Exp $ + + 14 May 2007; William L. Thomson Jr. <wltjr@gentoo.org> + firebird-1.5.4-r2.ebuild: + Dropped calls to rm symlinks from the live system, which should be the cause + for bug #177916. *firebird-2.0.1.12855.0-r3 (14 May 2007) diff --git a/dev-db/firebird/firebird-1.5.4-r2.ebuild b/dev-db/firebird/firebird-1.5.4-r2.ebuild index 6a2590adcfbc..44774413341a 100644 --- a/dev-db/firebird/firebird-1.5.4-r2.ebuild +++ b/dev-db/firebird/firebird-1.5.4-r2.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/dev-db/firebird/firebird-1.5.4-r2.ebuild,v 1.1 2007/05/14 02:56:09 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.4-r2.ebuild,v 1.2 2007/05/14 21:06:44 wltjr Exp $ inherit flag-o-matic eutils @@ -132,9 +132,6 @@ src_install() { dosym ./libfbclient.so /opt/firebird/${my_lib}/libgds.so.0 # we want relative symlinks... - rm /usr/${my_lib}/libfbclient.so - rm /usr/${my_lib}/libfbclient.so.1 - rm /usr/${my_lib}/libfbclient.so.1.5.4 dosym ../../opt/firebird/${my_lib}/libfbclient.so /usr/${my_lib}/libfbclient.so dosym ../../opt/firebird/${my_lib}/libfbclient.so.1 /usr/${my_lib}/libfbclient.so.1 dosym ../../opt/firebird/${my_lib}/libfbclient.so.1.5.4 /usr/${my_lib}/libfbclient.so.1.5.4 |