diff options
Diffstat (limited to 'x11/gnome2-applets/patches/patch-af')
-rw-r--r-- | x11/gnome2-applets/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome2-applets/patches/patch-af b/x11/gnome2-applets/patches/patch-af new file mode 100644 index 00000000000..99aac463d0e --- /dev/null +++ b/x11/gnome2-applets/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2007/04/17 17:59:07 drochner Exp $ + +--- ./stickynotes/pixmaps/Makefile.in.orig 2007-04-17 18:13:05.000000000 +0200 ++++ ./stickynotes/pixmaps/Makefile.in +@@ -563,7 +563,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 \ |