|
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 |