summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-07-13 13:55:25 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-07-13 13:55:25 +0000
commit1ed1da92db0bc4591978d4c737209ce05819e925 (patch)
treeda794447428a389dbf506b9981d8ec5873a8dd44 /Makefile.am
parent2488b32b0767ae6f00d2f48b9b229aa135d90a18 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 39e5da5..09ea663 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ all-local: pygst.py
# rewrite pygst path in installed pygst.py, install pth file.
install-data-local: Makefile
$(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" \
$(srcdir)/pygst.py.in > $(DESTDIR)$(pythondir)/pygst.py
chmod 644 $(DESTDIR)$(pyexecdir)/pygst.py