diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-14 09:42:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-14 09:42:39 +0000 |
commit | 192b75fee20fbe56dd1cf3326ed77eb4729db37b (patch) | |
tree | eb30768390b59ee12840991e1818dd08651b7bd4 /packages/sylpheed | |
parent | a708d25703446b17b861278f42002c2b32867037 (diff) | |
parent | ea4daea4707be755078b6cb208379b75ad53eb24 (diff) |
merge of '29c0c6efff11ca4f1cf8681ef59b975dc70b0738'
and '5da1612b322f56f442443b8546bbe8e7a75289f3'
Diffstat (limited to 'packages/sylpheed')
-rw-r--r-- | packages/sylpheed/claws-mail.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/sylpheed/claws-mail.inc b/packages/sylpheed/claws-mail.inc index e62ca9036a..d8b3a2bc72 100644 --- a/packages/sylpheed/claws-mail.inc +++ b/packages/sylpheed/claws-mail.inc @@ -33,19 +33,11 @@ CFLAGS += "-D_GNU_SOURCE" inherit autotools pkgconfig - -do_configure() { - gnu-configize - libtoolize --force - oe_runconf -} - do_install_append() { install -d ${D}${datadir}/applications install -m 0644 claws-mail.desktop ${D}${datadir}/applications/ install -d ${D}${datadir}/pixmaps install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/ - mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN} } do_stage () { |