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:
parent
ca8eb9b08f
commit
82b79aa391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191374
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user