summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-05 06:28:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-05 06:28:02 +0800
commitb0b6b2a7a70ea4a18cc518600d17ecef4215d555 (patch)
tree998da003784d774036057f6c6ac5ebae4605e6e4 /x11-themes/gnome-themes/files
parenta573bac405055ff5903aee6bed853b4092876979 (diff)
downloadmarcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar.gz
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar.bz2
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar.lz
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar.xz
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.tar.zst
marcuscom-ports-b0b6b2a7a70ea4a18cc518600d17ecef4215d555.zip
Update to 2.23.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11450 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/://'`
+