wok-stable diff pidgin-facebookchat/receipt @ rev 6893
Added parallel compile for icedtea6-jdk. openjdk has a special way of doing it.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 03:18:33 2010 +0000 (2010-10-21) |
parents | 75834da95be8 |
children | acab66578a36 |
line diff
1.1 --- a/pidgin-facebookchat/receipt Wed Nov 18 22:46:12 2009 +0100 1.2 +++ b/pidgin-facebookchat/receipt Thu Oct 21 03:18:33 2010 +0000 1.3 @@ -30,9 +30,11 @@ 1.4 1.5 # Pidgin icons 1.6 mkdir -p $fs/usr/share/pixmaps/pidgin/protocols 1.7 + [ -f $SOURCES_REPOSITORY/facebook_icons.zip ] || \ 1.8 wget http://pidgin-facebookchat.googlecode.com/files/facebook_icons.zip 1.9 mkdir facebook_icons 1.10 - unzip -o facebook_icons.zip -d $fs/usr/share/pixmaps/pidgin/protocols 1.11 + unzip -o $SOURCES_REPOSITORY/facebook_icons.zip \ 1.12 + -d $fs/usr/share/pixmaps/pidgin/protocols 1.13 } 1.14 1.15 # clean commands for Tazwok.