Skip to content

Commit

Permalink
sys-devel/clang: Fix remaining missing slashes
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 11, 2019
1 parent 9ef7111 commit 836def9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sys-devel/clang/clang-10.0.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ src_install() {

# Remove unnecessary headers on FreeBSD, bug #417171
if use kernel_FreeBSD; then
rm "${ED}"usr/lib/clang/${clang_full_version}/include/{std,float,iso,limits,tgmath,varargs}*.h || die
rm "${ED}"/usr/lib/clang/${clang_full_version}/include/{std,float,iso,limits,tgmath,varargs}*.h || die
fi
}

Expand All @@ -260,7 +260,7 @@ multilib_src_install() {
multilib_src_install_all() {
python_fix_shebang "${ED}"
if use static-analyzer; then
python_optimize "${ED}"usr/lib/llvm/${SLOT}/share/scan-view
python_optimize "${ED}"/usr/lib/llvm/${SLOT}/share/scan-view
fi

docompress "/usr/lib/llvm/${SLOT}/share/man"
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/clang/clang-9.0.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ src_install() {

# Remove unnecessary headers on FreeBSD, bug #417171
if use kernel_FreeBSD; then
rm "${ED}"usr/lib/clang/${clang_full_version}/include/{std,float,iso,limits,tgmath,varargs}*.h || die
rm "${ED}"/usr/lib/clang/${clang_full_version}/include/{std,float,iso,limits,tgmath,varargs}*.h || die
fi
}

Expand All @@ -259,7 +259,7 @@ multilib_src_install() {
multilib_src_install_all() {
python_fix_shebang "${ED}"
if use static-analyzer; then
python_optimize "${ED}"usr/lib/llvm/${SLOT}/share/scan-view
python_optimize "${ED}"/usr/lib/llvm/${SLOT}/share/scan-view
fi

docompress "/usr/lib/llvm/${SLOT}/share/man"
Expand Down

0 comments on commit 836def9

Please sign in to comment.