mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Be sure to create ${PREFIX}/www/data before we try to copy files into it.
PR: 15756 Submitted by: AnarCat <beaupran@iro.umontreal.ca>
This commit is contained in:
parent
0c1812d7db
commit
bbdfde1aa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24268
@ -20,7 +20,8 @@ NO_BUILD= yes
|
||||
do-install:
|
||||
${INSTALL} -d ${PREFIX}/www/cgi-bin/ftplocate \
|
||||
${PREFIX}/www/cgi-bin/ftplocate/index \
|
||||
${PREFIX}/www/cgi-bin/ftplocate/desc
|
||||
${PREFIX}/www/cgi-bin/ftplocate/desc \
|
||||
${PREFIX}/www/data
|
||||
${INSTALL} -o nobody -g nobody -m 755 -d ${PREFIX}/www/cgi-bin/ftplocate/cache
|
||||
cd ${WRKSRC}; \
|
||||
${INSTALL_DATA} \
|
||||
|
Loading…
Reference in New Issue
Block a user