1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- There is no post-su-install. post-install always runs with root privilege.

Why I made the same mistake twice :(

Noticed by:	brian and pointyhat
Pointy hat to:	rafan
This commit is contained in:
Rong-En Fan 2007-05-02 06:39:19 +00:00
parent ca8eb9b08f
commit 82b79aa391
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191374
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ post-patch:
pre-su-install:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-su-install:
post-install:
.if !defined(NOPORTDOCS)
${RM} -fr ${DOCSDIR}
${CP} -R ${WRKSRC}/doc ${DOCSDIR}

View File

@ -76,7 +76,7 @@ post-patch:
pre-su-install:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-su-install:
post-install:
.if !defined(NOPORTDOCS)
${RM} -fr ${DOCSDIR}
${CP} -R ${WRKSRC}/doc ${DOCSDIR}