From 3600c186e114482436dd3cb888f6d06ad21a2626 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 28 Apr 2011 07:10:28 +0000 Subject: Add forgotten patch to fix the build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15929 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh (limited to 'x11-themes/gnome-themes') diff --git a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh b/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh new file mode 100644 index 000000000..bc7e26a01 --- /dev/null +++ b/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh @@ -0,0 +1,11 @@ +--- common/mkiconlinks.sh.orig 2008-09-04 17:15:42.000000000 -0500 ++++ common/mkiconlinks.sh 2008-09-04 17:16:31.000000000 -0500 +@@ -16,7 +16,7 @@ + while [ ! -z "$NEXTLINE" ] ; do + + # Skip lines beginning with '#' +- if [ ! "${NEXTLINE:0:1}" == '#' ]; then ++ if ! echo ${NEXTLINE} | grep -q "^#" ; then + #Extract first field, minus its trailing colon + ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'` + -- cgit v1.2.3