FreeBSD Bugzilla – Attachment 169486 Details for
Bug 208142
print/hplip 3.16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch2
hplip-plugin.patch (text/plain), 795 bytes, created by
Tijl Coosemans
on 2016-04-20 09:03:18 UTC
(
hide
)
Description:
patch2
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2016-04-20 09:03:18 UTC
Size:
795 bytes
patch
obsolete
>Index: print/hplip-plugin/Makefile >=================================================================== >--- print/hplip-plugin/Makefile (revision 413556) >+++ print/hplip-plugin/Makefile (working copy) >@@ -59,9 +59,10 @@ do-install: > ${STAGEDIR}${PREFIX}/share/hplip/data/firmware > ${MKDIR} ${PLUGINS:H:S,^,${STAGEDIR}${PREFIX}/share/hplip/,} > .for p in ${PLUGINS} >- ${INSTALL_LIB} ${WRKSRC}/${p:T}-${LINARCH}.so \ >+# -m 555 because HPLIP checks that the plugins are +x. >+ ${INSTALL_LIB} -m 555 ${WRKSRC}/${p:T}-${LINARCH}.so \ > ${STAGEDIR}${PREFIX}/share/hplip/${p}-${LINARCH}.so >- ${INSTALL_LIB} ${WRKSRC}/${p:T}.so \ >+ ${INSTALL_LIB} -m 555 ${WRKSRC}/${p:T}.so \ > ${STAGEDIR}${PREFIX}/share/hplip/${p}.so > .endfor > ${INSTALL_DATA} ${WRKSRC}/plugin.spec ${STAGEDIR}${PREFIX}/share/hplip
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 208142
:
168425
|
169459
|
169461
| 169486