diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:34:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:34:15 +0000 |
commit | 4f1fee93eee556bd9f4f778002ed51c009c4020e (patch) | |
tree | ca9e9f4cc874a18218d16f537f040da751b0ed46 /polish | |
parent | 383eea1e364d8c4a7389585e103521fccb3d7e98 (diff) | |
download | ports-4f1fee93eee556bd9f4f778002ed51c009c4020e.tar.gz ports-4f1fee93eee556bd9f4f778002ed51c009c4020e.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/files/patch-varia_themes_emoticons_get-all.sh | 11 |
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 |