diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-22 11:18:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-22 11:18:23 +0000 |
commit | 9d76501aadac2dc604c6a47ddaa4ac44380505a7 (patch) | |
tree | 27328a2444881b366277f7fe657c194e899940a6 /app-backup/tsm/tsm-6.3.0.5.ebuild | |
parent | Fix compilation due some pdf parts still not skipped, bug #416071 by Rodrigo ... (diff) | |
download | gentoo-2-9d76501aadac2dc604c6a47ddaa4ac44380505a7.tar.gz gentoo-2-9d76501aadac2dc604c6a47ddaa4ac44380505a7.tar.bz2 gentoo-2-9d76501aadac2dc604c6a47ddaa4ac44380505a7.zip |
Install missing symlinks, bug #416503 by Horst Prote and fix by Martin von Gagern.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/tsm/tsm-6.3.0.5.ebuild')
-rw-r--r-- | app-backup/tsm/tsm-6.3.0.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-backup/tsm/tsm-6.3.0.5.ebuild b/app-backup/tsm/tsm-6.3.0.5.ebuild index 271a6f8f0cf9..76fdce033b0d 100644 --- a/app-backup/tsm/tsm-6.3.0.5.ebuild +++ b/app-backup/tsm/tsm-6.3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.5.ebuild,v 1.1 2012/05/14 16:12:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.5.ebuild,v 1.2 2012/05/22 11:18:23 pacho Exp $ EAPI=4 @@ -176,6 +176,11 @@ src_install() { dosym "../..${target}" "${i#${D}}" done + # Install symlinks for sonames of libraries, bug #416503 + dosym libvixMntapi.so.1.1.0 $CLIENTDIR/ba/bin/libvixMntapi.so.1 + dosym libvixDiskLibVim.so.5.0.0 $CLIENTDIR/ba/bin/libvixDiskLibVim.so.5 + dosym libvixDiskLib.so.5.0.0 $CLIENTDIR/ba/bin/libvixDiskLib.so.5 + fowners -R :tsm /opt/tivoli fperms -R g+rX,o-rx /opt/tivoli # Allow only tsm group users to access TSM tools fperms 4710 /opt/tivoli/tsm/client/ba/bin/dsmtca |