diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-12 18:04:43 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-12 18:04:43 +0100 |
commit | 5dde99da179b8688cfc9826d549c315991959a00 (patch) | |
tree | 9825b8f9412d851b5c93a63349053ac49c742592 /www-apps/cvsweb | |
parent | media-libs/libxtract: Drop trailing slash (diff) | |
download | gentoo-5dde99da179b8688cfc9826d549c315991959a00.tar.gz gentoo-5dde99da179b8688cfc9826d549c315991959a00.tar.bz2 gentoo-5dde99da179b8688cfc9826d549c315991959a00.zip |
www-apps/cvsweb: Replace chmod with fperms
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apps/cvsweb')
-rw-r--r-- | www-apps/cvsweb/cvsweb-3.0.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |