[Pkg-tigervnc-devel] debian/helpers/usr/bin/tigervncserver
Yaroslav Halchenko
debian at onerussian.com
Thu Jun 14 17:14:34 BST 2018
On Thu, 14 Jun 2018, chabayo at yahoo.de wrote:
> sed -i "s/tigenvnc/tigervnc/g" debian/helpers/usr/bin/tigervncserver
thanks . I believe it was already fixed in Git:
commit 245555a514251745b3c2900f7862f8b49288a07e
Author: Joachim Falk <joachim.falk at gmx.de>
Date: Wed May 2 21:00:19 2018 +0200
Fixed typo in tigervncserver wrapper script (Closes: #881276).
diff --git a/debian/helpers/usr/bin/tigervncserver b/debian/helpers/usr/bin/tigervncserver
index 5177c14..ab7e8b6 100755
--- a/debian/helpers/usr/bin/tigervncserver
+++ b/debian/helpers/usr/bin/tigervncserver
@@ -99,7 +99,7 @@ sub getCommand {
my ($cmd) = @_;
return $CMDS{$cmd} if defined $CMDS{$cmd};
print STDERR "$PROG: Couldn't find \"$cmd\" on your PATH.\n";
- &installPackageError("tigenvnc-common") if $cmd eq 'tigervncpasswd';
+ &installPackageError("tigervnc-common") if $cmd eq 'tigervncpasswd';
&installPackageError("openssl") if $cmd eq 'openssl';
&installPackageError("x11-utils") if $cmd eq 'xdpyinfo';
exit 1;
so will be included in the next upload (Whenever ready)
Thanks!
--
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik
More information about the Pkg-tigervnc-devel
mailing list