pidgin/purple-plugin-pack

Backport Pidgin revision ba6112dabbb907fd5e93c30e0f5228e557949d69:
org.guifications.plugins
2008-11-25, rlaager
2801e5d3fca3
Parents 8ad63815f06d
Children f621c9ed0a0a
Backport Pidgin revision ba6112dabbb907fd5e93c30e0f5228e557949d69:
"Remove the stat check that isn't useful and breaks on OS X."
  • +1 -3
    autogen.sh
  • --- a/autogen.sh Tue Nov 25 17:05:21 2008 -0500
    +++ b/autogen.sh Tue Nov 25 17:07:17 2008 -0500
    @@ -90,9 +90,7 @@
    exit 1
    else
    echo "done."
    - if [ `stat --printf="%s" ${OUTPUT}` -ge 0 ] ; then
    - cat ${OUTPUT}
    - fi
    + cat ${OUTPUT}
    rm -f ${OUTPUT}
    fi