diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 03:13:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:13 +0100 |
commit | a7cfc341c3a0be0deb125fba72916a794769c1d7 (patch) | |
tree | 03d848303bdc16bc19bf8ead76c9003b698f6745 /sys-boot/tboot | |
parent | sys-boot/milo: eutils-- (diff) | |
download | gentoo-a7cfc341c3a0be0deb125fba72916a794769c1d7.tar.gz gentoo-a7cfc341c3a0be0deb125fba72916a794769c1d7.tar.bz2 gentoo-a7cfc341c3a0be0deb125fba72916a794769c1d7.zip |
sys-boot/tboot: drop superfluous die
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/tboot')
-rw-r--r-- | sys-boot/tboot/tboot-1.9.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/tboot/tboot-1.9.11.ebuild b/sys-boot/tboot/tboot-1.9.11.ebuild index 4778e6215bb4..46420bf9406e 100644 --- a/sys-boot/tboot/tboot-1.9.11.ebuild +++ b/sys-boot/tboot/tboot-1.9.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -52,9 +52,9 @@ src_install() { emake DISTDIR="${D}" install dodoc "${DOCS[@]}" - dodoc docs/*.txt lcptools/*.pdf || die "docs failed" + dodoc docs/*.txt lcptools/*.pdf - cd "${D}" + cd "${ED}" mkdir -p usr/lib/tboot/ || die mv boot usr/lib/tboot/ || die } |