Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491050
Collapse All | Expand All

(-)gst-python-0.10.22-orig/Makefile.am (-1 / +1 lines)
Lines 40-46 Link Here
40
	sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \
40
	sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \
41
	    -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
41
	    -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
42
	    $< > $@
42
	    $< > $@
43
	chmod -w $@
43
	chmod a-w $@
44
44
45
# rewrite pygst path in installed pygst.py, install pth file.
45
# rewrite pygst path in installed pygst.py, install pth file.
46
# they go in pyexecdir, should make 64bit users happy
46
# they go in pyexecdir, should make 64bit users happy
(-)gst-python-0.10.22-orig/Makefile.in (-1 / +1 lines)
Lines 1124-1130 Link Here
1124
	sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \
1124
	sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \
1125
	    -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
1125
	    -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
1126
	    $< > $@
1126
	    $< > $@
1127
	chmod -w $@
1127
	chmod a-w $@
1128
1128
1129
# rewrite pygst path in installed pygst.py, install pth file.
1129
# rewrite pygst path in installed pygst.py, install pth file.
1130
# they go in pyexecdir, should make 64bit users happy
1130
# they go in pyexecdir, should make 64bit users happy

Return to bug 491050