Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 558342 Details for
Bug 491050
dev-python/gst-python-0.10.22-r1:0.10 - chmod: pygst.py: new permissions are r--rw-r--, not r--r--r--
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the bug
gst-python-0.10.22-fix-chmod.patch (text/plain), 1002 bytes, created by
Pavel Goran
on 2018-12-22 09:09:47 UTC
(
hide
)
Description:
Fix for the bug
Filename:
MIME Type:
Creator:
Pavel Goran
Created:
2018-12-22 09:09:47 UTC
Size:
1002 bytes
patch
obsolete
>diff -ur gst-python-0.10.22-orig/Makefile.am gst-python-0.10.22/Makefile.am >--- gst-python-0.10.22-orig/Makefile.am 2018-12-22 15:50:03.321994587 +0700 >+++ gst-python-0.10.22/Makefile.am 2018-12-22 15:50:52.838920691 +0700 >@@ -40,7 +40,7 @@ > sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \ > -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \ > $< > $@ >- chmod -w $@ >+ chmod a-w $@ > > # rewrite pygst path in installed pygst.py, install pth file. > # they go in pyexecdir, should make 64bit users happy >diff -ur gst-python-0.10.22-orig/Makefile.in gst-python-0.10.22/Makefile.in >--- gst-python-0.10.22-orig/Makefile.in 2018-12-22 15:50:03.330994574 +0700 >+++ gst-python-0.10.22/Makefile.in 2018-12-22 15:50:26.796959555 +0700 >@@ -1124,7 +1124,7 @@ > sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \ > -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \ > $< > $@ >- chmod -w $@ >+ chmod a-w $@ > > # rewrite pygst path in installed pygst.py, install pth file. > # they go in pyexecdir, should make 64bit users happy
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 491050
:
363098
| 558342