mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
Makefile.am: PYGSTDIR typo fix
Original commit message from CVS: * Makefile.am: (install-data-local): PYGSTDIR typo fix * examples/bps.py: * examples/f2f.py: * examples/gstfile.py: Updated some examples to 0.9
This commit is contained in:
parent
2488b32b07
commit
1ed1da92db
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2005-07-13 Edward Hervey <edward@fluendo.com>
|
2005-07-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* Makefile.am: (install-data-local):
|
||||||
|
PYGSTDIR typo fix
|
||||||
|
|
||||||
* examples/bps.py:
|
* examples/bps.py:
|
||||||
* examples/f2f.py:
|
* examples/f2f.py:
|
||||||
* examples/gstfile.py:
|
* examples/gstfile.py:
|
||||||
|
|
|
@ -31,7 +31,7 @@ all-local: pygst.py
|
||||||
# rewrite pygst path in installed pygst.py, install pth file.
|
# rewrite pygst path in installed pygst.py, install pth file.
|
||||||
install-data-local: Makefile
|
install-data-local: Makefile
|
||||||
$(mkinstalldirs) $(DESTDIR)$(pythondir)
|
$(mkinstalldirs) $(DESTDIR)$(pythondir)
|
||||||
sed -e "s|@PYGSTDIR\@|$(PYTHONDIR)/$(GST_MAJORMINOR)|g" \
|
sed -e "s|@PYGSTDIR\@|$(PYTHONDIR)/gst-$(GST_MAJORMINOR)|g" \
|
||||||
-e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
|
-e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \
|
||||||
$(srcdir)/pygst.py.in > $(DESTDIR)$(pythondir)/pygst.py
|
$(srcdir)/pygst.py.in > $(DESTDIR)$(pythondir)/pygst.py
|
||||||
chmod 644 $(DESTDIR)$(pyexecdir)/pygst.py
|
chmod 644 $(DESTDIR)$(pyexecdir)/pygst.py
|
||||||
|
|
Loading…
Reference in a new issue