- Fix build from non-root
This commit is contained in:
parent
dbf9206db1
commit
cb66770631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380401
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ do-install:
|
|||
${SED} -e "s|%%WEBKIT_HOME_DIR%%|${WEBKIT_HOME_DIR}|g" \
|
||||
< ${FILESDIR}/webkit.sh.tmpl \
|
||||
> ${STAGEDIR}${PREFIX}/etc/rc.d/webkit.sh-dist
|
||||
${CHMOD} 755 ${STAGEDIR}${PREFIX}/etc/rc.d/webkit.sh-dist && \
|
||||
${CHOWN} root:wheel ${STAGEDIR}${PREFIX}/etc/rc.d/webkit.sh-dist
|
||||
${CHMOD} 755 ${STAGEDIR}${PREFIX}/etc/rc.d/webkit.sh-dist
|
||||
|
||||
post-install:
|
||||
@ ${ECHO} '---> Compiling Python files and making webkit home directory'
|
||||
|
|
Loading…
Reference in a new issue