$NetBSD: patch-ae,v 1.5 2007/04/17 17:59:07 drochner Exp $

--- geyes/Makefile.in.orig	2007-03-12 14:04:23.000000000 +0100
+++ geyes/Makefile.in
@@ -867,7 +867,7 @@ install-data-local:
 	for icon in $(icons); do \
 		SIZE=`echo $$icon | cut -d. -f2`; \
 		FILE=`echo $$icon | cut -d. -f1,3`; \
-		if [ "$$SIZE" == "svg" ]; then \
+		if [ "$$SIZE" = "svg" ]; then \
 			SIZE="scalable"; \
 			FILE="$$FILE.svg"; \
 		else \
