summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 16:33:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 16:33:24 +0800
commit0fcb679c762dbb97b5da22e123bc287bd61bcd9b (patch)
tree77b3cdc7e3b41867d5a6485d372368109c968fcc /x11-themes/gnome-themes/files
parent6220379b4c0c285c9e125ee5a1bfc82ac783fe4a (diff)
downloadmarcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar.gz
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar.bz2
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar.lz
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar.xz
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.tar.zst
marcuscom-ports-0fcb679c762dbb97b5da22e123bc287bd61bcd9b.zip
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11905 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes/files')
-rw-r--r--x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh11
1 files changed, 11 insertions, 0 deletions
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/://'`
+