diff options
-rw-r--r-- | app-arch/7-zip/7-zip-21.03_beta-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/sx/sx-2.1.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild b/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild index e5a64ec..295b6de 100644 --- a/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild +++ b/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild @@ -28,7 +28,7 @@ src_unpack() { if command -v 7z >/dev/null 2>&1; then 7z x "${DISTDIR}/7z${MY_PV}-src.7z" -o"$S" || die elif command -v bsdtar >/dev/null 2>&1; then - mkdir $S || die + mkdir "$S" || die bsdtar -C "$S" -xf "${DISTDIR}/7z${MY_PV}-src.7z" || die elif command -v unar >/dev/null 2>&1; then unar -d "$S" "${DISTDIR}/7z${MY_PV}-src.7z" || die diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild index 4cbbdb3..abe083b 100644 --- a/x11-apps/sx/sx-2.1.7.ebuild +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 |