]> git.pld-linux.org Git - packages/sox.git/blob - sox-paths.patch
- updated to 12.17
[packages/sox.git] / sox-paths.patch
1 --- sox-12.15/rec.orig  Mon Nov 23 17:08:27 1998
2 +++ sox-12.15/rec       Mon Nov 23 17:08:42 1998
3 @@ -24,7 +24,7 @@
4  
5  # Set up path so that it can find Sox if user's path doesn't already
6  # include it.
7 -PATH=$PATH:/usr/local/bin
8 +PATH=$PATH:/usr/bin
9  export PATH
10  
11  help()
12 --- sox-12.15/play.orig Sat Oct 21 12:32:37 2000
13 +++ sox-12.15/play      Sat Oct 21 12:34:45 2000
14 @@ -14,7 +14,7 @@
15  
16  # Set up path so that it can find Sox if user's path doesn't already
17  # include it.
18 -PATH=$PATH:/usr/local/bin
19 +PATH=$PATH:/usr/bin
20  program_name=`basename $0`
21  program_version="2.0"
22  
This page took 0.028014 seconds and 4 git commands to generate.