Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302633 | Differences between
and this patch

Collapse All | Expand All

(-)tsm-5.5.2.7.ebuild (-1 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-5.5.2.7.ebuild,v 1.2 2010/01/27 16:47:05 dertobi123 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-5.5.2.7.ebuild,v 1.2 2010/01/27 16:47:05 dertobi123 Exp $
4
4
5
inherit versionator multilib eutils
5
inherit versionator multilib eutils pax-utils
6
6
7
DESCRIPTION="Tivoli Storage Manager (TSM) Backup/Archive (B/A) Client and API"
7
DESCRIPTION="Tivoli Storage Manager (TSM) Backup/Archive (B/A) Client and API"
8
HOMEPAGE="http://www.tivoli.com/"
8
HOMEPAGE="http://www.tivoli.com/"
Lines 110-112 Link Here
110
	elog
110
	elog
111
111
112
}
112
}
113
114
pkg_postinst()
115
{
116
	pax-mark psme /opt/tivoli/tsm/client/ba/bin/dsmc
117
	# most likely some of the other executables (e.g. dsm) need this as well, but I 
118
	# cannot test it at the moment. - dilfridge
119
}
120

Return to bug 302633