commit:     5dde99da179b8688cfc9826d549c315991959a00
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 17:04:43 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 17:04:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dde99da

www-apps/cvsweb: Replace chmod with fperms

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild 
b/www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild
index 08084e033d44..5bad03d5e545 100644
--- a/www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild
+++ b/www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild
@@ -35,7 +35,7 @@ src_install() {
        cp css/cvsweb.css "${ED}"/${MY_HTDOCSDIR} || die
        exeinto ${MY_CGIBINDIR}
        doexe cvsweb.cgi
-       chmod +x "${ED}"/${MY_CGIBINDIR}/cvsweb.cgi
+       fperms +x ${MY_CGIBINDIR}/cvsweb.cgi
 
        dodoc README TODO NEWS ChangeLog
 

Reply via email to