From 3359c1d6ed7864db271514ca990c6fb20140764b Mon Sep 17 00:00:00 2001 From: Jan Sydänviita Date: Mon, 24 Aug 2026 15:50:44 +0300 Subject: www/freshrss: fix ownership during build --- www/freshrss/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/freshrss/Makefile b/www/freshrss/Makefile index a34d993..2c5bad0 100644 --- a/www/freshrss/Makefile +++ b/www/freshrss/Makefile @@ -52,8 +52,6 @@ do-install: ${STAGEDIR}${PREFIX}/etc/php-fpm-freshrss.conf.sample post-install: - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/var/db/freshrss @(cd ${STAGEDIR}${WWWDIR} && \ ${FIND} . -type f -o -type l | ${SED} 's|^\./|@(${WWWOWN},${WWWGRP},) ${WWWDIR_REL}/|' | \ ${SORT}) >> ${TMPPLIST} -- cgit v1.3