On Tue, May 22, 2007 at 01:19:00PM +0200, Joerg Mayer wrote:
> If it is so, please try the attached patch.
Or even better, the patch attached to this email :)
ciao
Joerg
--
Joerg Mayer <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
Index: checkinstall.in
===================================================================
--- checkinstall.in (revision 21883)
+++ checkinstall.in (working copy)
@@ -18,7 +18,7 @@
expected_platform="@host_cpu@"
-if [ -x $GTK_CONFIG ] ; then
+if [ -x "$GTK_CONFIG" ] ; then
# First try the GTK location that was used to build wireshark. This
# is probably the safest bet.
gtk_installed=`$GTK_CONFIG --version`