[Pkg-mc-commits] r229 - trunk/debian/patches/bugs

Denis Briand narcan-guest at alioth.debian.org
Fri Aug 7 12:06:14 UTC 2009


Author: narcan-guest
Date: 2009-08-07 12:06:14 +0000 (Fri, 07 Aug 2009)
New Revision: 229

Added:
   trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch
Log:
add patch...


Added: trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch
===================================================================
--- trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch	                        (rev 0)
+++ trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch	2009-08-07 12:06:14 UTC (rev 229)
@@ -0,0 +1,20 @@
+fix_wrong_path_to_wrapper_script
+Closes: #540238
+Author: Denis Briand <denis at narcan.fr>
+Thanks to Jindřich Makovička
+Index: mc-4.7.0-pre1/contrib/mc.csh.in
+===================================================================
+--- mc-4.7.0-pre1.orig/contrib/mc.csh.in	2009-08-07 13:18:42.000000000 +0200
++++ mc-4.7.0-pre1/contrib/mc.csh.in	2009-08-07 13:19:20.000000000 +0200
+@@ -1 +1 @@
+-alias mc 'source @pkglibexecdir@/mc-wrapper.csh'
++alias mc 'source /usr/share/mc/bin/mc-wrapper.csh'
+Index: mc-4.7.0-pre1/contrib/mc.sh.in
+===================================================================
+--- mc-4.7.0-pre1.orig/contrib/mc.sh.in	2009-08-07 13:19:37.000000000 +0200
++++ mc-4.7.0-pre1/contrib/mc.sh.in	2009-08-07 13:20:07.000000000 +0200
+@@ -1,3 +1,3 @@
+ # Don't define aliases in plain Bourne shell
+ [ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0
+-alias mc='. @pkglibexecdir@/mc-wrapper.sh'
++alias mc='. /usr/share/mc/bin/mc-wrapper.sh'




More information about the Pkg-mc-commits mailing list