Skip to content

Commit

Permalink
app-emulation/wine-staging: [QA] Use relative symlink target(s)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
NP-Hardass committed Sep 24, 2017
1 parent 9e1c6cf commit 8b044c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app-emulation/wine-staging/wine-staging-2.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ multilib_src_install_all() {
use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}

if use abi_x86_64 && ! use abi_x86_32; then
dosym "${MY_PREFIX}"/bin/wine{64,} # 404331
dosym "${MY_PREFIX}"/bin/wine{64,}-preloader
dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
fi

# Failglob for bin and man loops
Expand Down
4 changes: 2 additions & 2 deletions app-emulation/wine-staging/wine-staging-2.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ multilib_src_install_all() {
use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}

if use abi_x86_64 && ! use abi_x86_32; then
dosym "${MY_PREFIX}"/bin/wine{64,} # 404331
dosym "${MY_PREFIX}"/bin/wine{64,}-preloader
dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
fi

# Failglob for bin and man loops
Expand Down
4 changes: 2 additions & 2 deletions app-emulation/wine-staging/wine-staging-2.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ multilib_src_install_all() {
use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}

if use abi_x86_64 && ! use abi_x86_32; then
dosym "${MY_PREFIX}"/bin/wine{64,} # 404331
dosym "${MY_PREFIX}"/bin/wine{64,}-preloader
dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
fi

# Failglob for bin and man loops
Expand Down
4 changes: 2 additions & 2 deletions app-emulation/wine-staging/wine-staging-2.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ multilib_src_install_all() {
use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}

if use abi_x86_64 && ! use abi_x86_32; then
dosym "${MY_PREFIX}"/bin/wine{64,} # 404331
dosym "${MY_PREFIX}"/bin/wine{64,}-preloader
dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
fi

# Failglob for bin and man loops
Expand Down

0 comments on commit 8b044c0

Please sign in to comment.