diff options
Diffstat (limited to 'app-backup/tsm/tsm-8.1.6.0.ebuild')
-rw-r--r-- | app-backup/tsm/tsm-8.1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild index edcdcbf19e4c..e8319f4cd21b 100644 --- a/app-backup/tsm/tsm-8.1.6.0.ebuild +++ b/app-backup/tsm/tsm-8.1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -114,7 +114,7 @@ src_unpack() { chmod -R u+w "${S}" || die } -src_install(){ +src_install() { cp -a opt "${D}" || die cp -a usr "${D}" || die |