]> git.pld-linux.org Git - packages/amsn.git/blame - amsn-paths.patch
- release 5
[packages/amsn.git] / amsn-paths.patch
CommitLineData
a1df5fb3
ER
1--- amsn-0.97.2/amsn-remote-CLI~ 2009-05-11 21:52:14.000000000 +0300
2+++ amsn-0.97.2/amsn-remote-CLI 2009-05-11 22:01:11.012771873 +0300
3@@ -5,8 +5,6 @@
4
5 set initialize_amsn 1
6
7-source amsncore.tcl
8-
9 proc readsocket { } {
10 global sock
11
12@@ -229,6 +227,7 @@
13 }
14 }
15
16+source [file join $program_dir amsncore.tcl]
17 source [file join $program_dir migmd5.tcl]
18
19 set sockDS 0
20--- amsn-0.97.2/amsn-remote~ 2009-05-11 21:52:14.000000000 +0300
21+++ amsn-0.97.2/amsn-remote 2009-05-11 22:00:24.855888586 +0300
22@@ -3,8 +3,6 @@
23 ### Remote controller program
24 ###
25
26-source amsncore.tcl
27-
28 set initialize_amsn 1
29
30 proc readsocket { } {
31@@ -304,6 +302,7 @@
32 unset program
33 #unset program_dir
34
35+source [file join $program_dir amsncore.tcl]
36 source [file join $program_dir migmd5.tcl]
37
38 set sockDS 0
39--- amsn-0.97.2/amsn~ 2009-05-11 22:02:30.201686860 +0300
40+++ amsn-0.97.2/amsn 2009-05-11 22:03:23.071931274 +0300
41@@ -1,6 +1,4 @@
42-#!/bin/sh
43-# \
44-exec wish $0 $@
45+#!/usr/bin/wish
46
47 ###
48 ###
This page took 0.042589 seconds and 4 git commands to generate.