diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-23 08:29:44 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-23 08:29:44 -0400 |
commit | 92e314fa0154f490edf2fb27f693a23ba562220e (patch) | |
tree | 5428352566bb00c2150c9b1ac30e1acf036b0a37 /app-arch/7-zip | |
parent | 85559f220330efdd422ec2b91dd41795b969dee3 (diff) | |
download | gentoo-overlay-92e314fa0154f490edf2fb27f693a23ba562220e.tar.xz gentoo-overlay-92e314fa0154f490edf2fb27f693a23ba562220e.zip |
repoman appeasements
Diffstat (limited to 'app-arch/7-zip')
-rw-r--r-- | app-arch/7-zip/7-zip-21.03_beta-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |