commit: 345267ba33255ef3b8b6046ceb97cba18ed2b3ec Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me> AuthorDate: Tue Jul 23 20:21:08 2024 +0000 Commit: Brayan <this.brayan <AT> proton <DOT> me> CommitDate: Tue Jul 23 20:21:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=345267ba
app-misc/far2l: Fixed trailing whitespace. Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me> app-misc/far2l/far2l-2.5.3_beta.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-misc/far2l/far2l-2.5.3_beta.ebuild b/app-misc/far2l/far2l-2.5.3_beta.ebuild index fc6a69636..9a8b9b390 100644 --- a/app-misc/far2l/far2l-2.5.3_beta.ebuild +++ b/app-misc/far2l/far2l-2.5.3_beta.ebuild @@ -58,10 +58,8 @@ src_prepare() { sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}\${p}_askpass)::" \ -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}\${p}_sudoapp)::" \ -i "${S}"/CMakeLists.txt || die - sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/.*::" \ -i "${S}"/CMakeLists.txt || die cmake_src_prepare