diff options
-rw-r--r-- | sys-block/megarc/megarc-1.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/megarc/megarc-1.11-r2.ebuild b/sys-block/megarc/megarc-1.11-r2.ebuild index 2e0ee390421a..86004d9903f9 100644 --- a/sys-block/megarc/megarc-1.11-r2.ebuild +++ b/sys-block/megarc/megarc-1.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -51,5 +51,5 @@ src_install() { newdoc "${DISTDIR}"/README_FOR_${MY_P}-zip.txt README exeinto /opt/bin - newexe megarc.bin megarc || die + newexe megarc.bin megarc } |