FreeBSD Bugzilla – Attachment 217605 Details for
Bug 248981
Mk/Uses/python.mk: Do not surround plist entries in quotes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to prevent plist entries with spaces from being quoted
python.mk.diff (text/plain), 529 bytes, created by
Joseph Mingrone
on 2020-08-29 01:14:15 UTC
(
hide
)
Description:
Diff to prevent plist entries with spaces from being quoted
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2020-08-29 01:14:15 UTC
Size:
529 bytes
patch
obsolete
>diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk >index fe3da3b1650e..af022fd5383c 100644 >--- a/Mk/Uses/python.mk >+++ b/Mk/Uses/python.mk >@@ -596,7 +596,8 @@ _RELLIBDIR= ${PYTHONPREFIX_LIBDIR:S;${PREFIX}/;;} > > _USES_stage+= 934:add-plist-pymod > add-plist-pymod: >- @${SED} -e 's|^${STAGEDIR}${PREFIX}/||' \ >+ @${SED} -e 's|^"\(.*\)"$$|\1|' \ >+ -e 's|^${STAGEDIR}${PREFIX}/||' \ > -e 's|^${PREFIX}/||' \ > -e 's|^\(man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|' \ > -e 's|^\(share/man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|' \
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
Flags:
jrm
:
maintainer-approval?
(
python
)
Actions:
View
|
Diff
Attachments on
bug 248981
: 217605