]> git.pld-linux.org Git - packages/speech-dispatcher.git/commitdiff
- updated for 0.6.7
authorshadzik <shadzik@pld-linux.org>
Sat, 5 Dec 2009 03:17:34 +0000 (03:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech-dispatcher-python-install.patch -> 1.3

speech-dispatcher-python-install.patch

index ee6c69fcaf41ad40174c31506caed2a024effa9f..9c6bbac380783470ba590f96b2a836d1d51e3773 100644 (file)
@@ -1,11 +1,16 @@
---- speech-dispatcher-0.6.6/src/python/Makefile.in~    2008-02-04 14:51:34.000000000 +0100
-+++ speech-dispatcher-0.6.6/src/python/Makefile.in     2008-02-23 16:46:00.161824116 +0100
-@@ -5,7 +5,7 @@
+--- speech-dispatcher-0.6.7/src/python/Makefile.in.orig        2009-12-05 04:14:33.526619872 +0100
++++ speech-dispatcher-0.6.7/src/python/Makefile.in     2009-12-05 04:15:26.183676069 +0100
+@@ -13,11 +13,11 @@
  
  install:
        if test -x /usr/bin/python; then \
--              ./setup.py install --prefix=$(prefix); \
-+              ./setup.py install --prefix=$(prefix) --root=$(DESTDIR) ; \
+-              ./setup.py install --prefix=${prefix}; \
++              ./setup.py install --prefix=${prefix} --root=$(DESTDIR) ; \
        else \
-       echo "Python not found, not installing speechd module"; \
+               echo "Python not found, not installing speechd module nor spd-conf"; \
        fi
+-      cp speechd_config/test.wav @snddatadir@
++      cp speechd_config/test.wav $(DESTDIR)@snddatadir@
+ uninstall:
+       rm -f @snddatadir@/test.wav
This page took 0.362784 seconds and 4 git commands to generate.