FreeBSD Bugzilla – Attachment 129272 Details for
Bug 173238
[PATCH] Stop www/owncloud clobbering customisations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
owncloud-noclobber.diff
owncloud-noclobber.diff (text/plain), 657 bytes, created by
Chris Rees
on 2012-10-31 12:50:00 UTC
(
hide
)
Description:
owncloud-noclobber.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2012-10-31 12:50:00 UTC
Size:
657 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 306739) >+++ Makefile (working copy) >@@ -30,9 +30,11 @@ > > post-install: > @${CAT} ${PKGMESSAGE} >- @${FIND} -s -d ${WWWDIR} -type f -print | \ >- ${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST} >- @${FIND} -s -d ${WWWDIR} -type d -print | \ >- ${SED} -E -e "s#${PREFIX}/#@dirrm #g" >> ${TMPPLIST} >+ @cd ${WRKSRC} && \ >+ ${FIND} -s -d . -type f -print | \ >+ ${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST} >+ @cd ${WRKSRC} && \ >+ ${FIND} -s -d . -type d -print | \ >+ ${SED} -e "s#^\.#@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173238
: 129272