Skip to content

Commit

Permalink
media-libs/alsa-oss: [QA] Fix UnnecessarySlashStrip
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent 618e40f commit 504b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/alsa-oss/alsa-oss-1.1.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ multilib_src_install_all() {
find "${ED}" -name '*.a' -delete || die
fi
find "${ED}" -name '*.la' -delete || die
sed -e 's:\${exec_prefix}/\\$LIB/::' -i "${ED%/}/usr/bin/aoss" || die
sed -e 's:\${exec_prefix}/\\$LIB/::' -i "${ED}/usr/bin/aoss" || die
}

0 comments on commit 504b858

Please sign in to comment.