From 4e594b2b72e5bb29ed7700f5eaff1147dff9f085 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 17 May 2009 14:34:15 +0000 Subject: - Restore patch to fix the build Reported by: Marcin Wisnicki (maintainer via private mail) Pointy hat to: myself --- polish/kadu/files/patch-varia_themes_emoticons_get-all.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 polish/kadu/files/patch-varia_themes_emoticons_get-all.sh (limited to 'polish/kadu') 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 -- cgit