updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / buc / path-fixes.patch
blobea0f9b15e86734494a788f5f484472b852b5c369
1 --- orig/bucd/usr/local/bin/buc 2009-05-20 04:03:00.000000000 -0500
2 +++ new/bucd/usr/local/bin/buc 2010-12-18 13:13:53.793333336 -0600
3 @@ -1,5 +1,5 @@
4 #!/bin/bash
5 - dirname=/usr/local/buc/
6 + dirname=/usr/share/buc
8 percorso=`echo $1 | sed 's/\/[^\/]*$//'`
9 argomento=`echo $1 | sed 's/^.*\///g'`
11 --- orig/bucd/usr/local/buc/welcome.mc 2009-05-20 04:03:00.000000000 -0500
12 +++ new/bucd/usr/local/buc/welcome.mc 2010-12-18 13:28:41.353333336 -0600
13 @@ -12,7 +12,7 @@
14 </label>
16 <button title="Vai alla cartella">
17 - nautilus /usr/local/buc/ &
18 + nautilus /usr/share/buc/ &
19 </button>
20 </tab>
21 </config>