]> git.pld-linux.org Git - packages/amsn.git/commitdiff
- fix amsn-remote* programs auto/th/amsn-0_97_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 11 May 2009 19:04:54 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn-paths.patch -> 1.1
    amsn.spec -> 1.23

amsn-paths.patch [new file with mode: 0644]
amsn.spec

diff --git a/amsn-paths.patch b/amsn-paths.patch
new file mode 100644 (file)
index 0000000..1e148aa
--- /dev/null
@@ -0,0 +1,48 @@
+--- amsn-0.97.2/amsn-remote-CLI~       2009-05-11 21:52:14.000000000 +0300
++++ amsn-0.97.2/amsn-remote-CLI        2009-05-11 22:01:11.012771873 +0300
+@@ -5,8 +5,6 @@
+ set initialize_amsn 1
+-source amsncore.tcl
+-
+ proc readsocket { } {
+       global sock
+@@ -229,6 +227,7 @@
+    }
+ }
++source [file join $program_dir amsncore.tcl]
+ source [file join $program_dir migmd5.tcl]
+ set sockDS 0
+--- amsn-0.97.2/amsn-remote~   2009-05-11 21:52:14.000000000 +0300
++++ amsn-0.97.2/amsn-remote    2009-05-11 22:00:24.855888586 +0300
+@@ -3,8 +3,6 @@
+ ### Remote controller program
+ ###
+-source amsncore.tcl
+-
+ set initialize_amsn 1
+ proc readsocket { } {
+@@ -304,6 +302,7 @@
+ unset program
+ #unset program_dir
++source [file join $program_dir amsncore.tcl]
+ source [file join $program_dir migmd5.tcl]
+ set sockDS 0
+--- amsn-0.97.2/amsn~  2009-05-11 22:02:30.201686860 +0300
++++ amsn-0.97.2/amsn   2009-05-11 22:03:23.071931274 +0300
+@@ -1,6 +1,4 @@
+-#!/bin/sh
+-# \
+-exec wish $0 $@
++#!/usr/bin/wish
+ ###
+ ###
index 7ab212582d418915487d3b818dd357fd24241e7e..5fb7d93ead11f7ff2e46e7687dda106445ecc588 100644 (file)
--- a/amsn.spec
+++ b/amsn.spec
@@ -12,6 +12,7 @@ Source0:      http://dl.sourceforge.net/amsn/%{name}-%{version}.tar.gz
 # Source0-md5: c6c2e9c016c39dfbae80028a3c745419
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-tkcximage.patch
+Patch2:                %{name}-paths.patch
 URL:           http://www.amsn-project.net/
 BuildRequires: libpng-devel
 BuildRequires: libtiff-devel
@@ -83,6 +84,7 @@ rm -r skins/default/winicons
 
 %patch0 -p1
 %patch1 -p2
+%patch2 -p1
 
 # MS-DOS executable PE for MS Windows (GUI) Intel 80386 32-bit
 rm -f utils/*/*/*.exe
This page took 0.079958 seconds and 4 git commands to generate.