Fix some fallout from the permissions-fix.
Noticed by: kde-freebsd buildcluster.
This commit is contained in:
parent
4f8677eb55
commit
091be4305f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99891
2 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ post-install:
|
|||
.endfor # mime.convs mime.types
|
||||
cd ${CUPS_RCDIR}; ${MV} cups cups.sh.sample
|
||||
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
|
||||
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
|
||||
${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp
|
||||
${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR}
|
||||
${CHMOD} -R g+w ${CUPS_SPOOLDIR}
|
||||
|
|
|
@ -46,7 +46,6 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
|
||||
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
|
||||
.ifdef CUPS_OVERWRITE_BASE
|
||||
${SH} ${PKGINSTALL} placeholder POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
Loading…
Reference in a new issue