]> git.pld-linux.org Git - packages/speech-dispatcher.git/blame - speech-dispatcher-python-install.patch
- added speech-dispatcher user to audio group while installation
[packages/speech-dispatcher.git] / speech-dispatcher-python-install.patch
CommitLineData
0f2662ed 1--- speech-dispatcher-0.6.6/src/python/Makefile.in~ 2008-02-04 14:51:34.000000000 +0100
2+++ speech-dispatcher-0.6.6/src/python/Makefile.in 2008-02-23 16:46:00.161824116 +0100
3@@ -5,7 +5,7 @@
b45d13c8 4
0f2662ed 5 install:
6 if test -x /usr/bin/python; then \
7- ./setup.py install --prefix=$(prefix); \
8+ ./setup.py install --prefix=$(prefix) --root=$(DESTDIR) ; \
9 else \
10 echo "Python not found, not installing speechd module"; \
11 fi
This page took 0.02359 seconds and 4 git commands to generate.