18 lines
503 B
Diff
18 lines
503 B
Diff
Index: local/tkmib
|
|
===================================================================
|
|
--- local/tkmib.orig 2006-07-27 21:48:25.000000000 +0200
|
|
+++ local/tkmib 2008-10-24 15:31:02.574384593 +0200
|
|
@@ -27,10 +27,9 @@ instructions.
|
|
|
|
if (!$havetk) {
|
|
print "
|
|
-ERROR: You don't have the Tk module installed. You should be able to
|
|
-install this by running (as root):
|
|
+ERROR: You don't have the Tk module installed.
|
|
|
|
- perl -MCPAN -e 'install Tk'
|
|
+ Please install the perl-Tk package.
|
|
";
|
|
}
|
|
|