--- tsm-5.5.2.7.ebuild 2010-01-28 01:30:56.000000000 +0100 +++ tsm-5.5.2.7-r1.ebuild 2010-01-28 02:05:19.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit versionator multilib eutils +inherit versionator multilib eutils pax-utils DESCRIPTION="Tivoli Storage Manager (TSM) Backup/Archive (B/A) Client and API" HOMEPAGE="http://www.tivoli.com/" @@ -110,3 +110,11 @@ elog } + +pkg_postinst() +{ + pax-mark psme /opt/tivoli/tsm/client/ba/bin/dsmc + # most likely some of the other executables (e.g. dsm) need this as well, but I + # cannot test it at the moment. - dilfridge +} +