summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-17 14:34:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-17 14:34:15 +0000
commit4f1fee93eee556bd9f4f778002ed51c009c4020e (patch)
treeca9e9f4cc874a18218d16f537f040da751b0ed46 /polish
parentWWW: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/ (diff)
- Restore patch to fix the build
Reported by: Marcin Wisnicki (maintainer via private mail) Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=234098
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/files/patch-varia_themes_emoticons_get-all.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/polish/kadu/files/patch-varia_themes_emoticons_get-all.sh b/polish/kadu/files/patch-varia_themes_emoticons_get-all.sh
new file mode 100644
index 000000000000..fac64924616f
--- /dev/null
+++ b/polish/kadu/files/patch-varia_themes_emoticons_get-all.sh
@@ -0,0 +1,11 @@
+--- varia/themes/emoticons/get-all.sh.orig 2008-12-01 00:15:08.000000000 +0100
++++ varia/themes/emoticons/get-all.sh 2009-03-12 23:56:25.000000000 +0100
+@@ -2,7 +2,7 @@
+
+ available_emots_themes=""
+ for dir in *; do
+- if [ -f "$dir/emots.txt" ]; then
++ if [ "`find $dir -name emots.txt`" ]; then
+ available_emots_themes="$available_emots_themes $dir"
+ fi
+ done