[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. debian/2.0.4-1-5-gf6c447d

Rico Tzschichholz ricotz at t-online.de
Thu Jul 1 18:54:13 UTC 2010


The following commit has been merged in the master branch:
commit 0d0372dd81502d935457a87803f90336de90aeea
Author: Rico Tzschichholz <ricotz at t-online.de>
Date:   Thu Jul 1 20:46:35 2010 +0200

    Fix wrapper-script-patch for new upstream

diff --git a/debian/patches/01_use_cli_for_wrapper.patch b/debian/patches/01_use_cli_for_wrapper.patch
index 50f2b02..97eea5c 100644
--- a/debian/patches/01_use_cli_for_wrapper.patch
+++ b/debian/patches/01_use_cli_for_wrapper.patch
@@ -6,8 +6,8 @@ Index: docky.debian.git/Docky/docky.in
  fi
  
  if [ `pgrep -u $(id -u) -f Docky.exe | wc -l` -lt 1 ]; then
--	exec mono --debug "$DOCKY_EXE" "$@"
-+	exec /usr/bin/cli --debug "$DOCKY_EXE" "$@"
+-	exec mono "$DOCKY_EXE" "$@"
++	exec /usr/bin/cli "$DOCKY_EXE" "$@"
  else
  	echo "Docky appears to already be running.  Exiting..."
  fi

-- 
docky



More information about the Pkg-cli-apps-commits mailing list