diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-14 09:15:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-14 09:15:53 +0000 |
commit | ea4daea4707be755078b6cb208379b75ad53eb24 (patch) | |
tree | 3931c8f0bffe2f5927102dcc87404dc77fc7375f | |
parent | f3a45b7c1d95e15b7b2ca47231223cd2c3e34517 (diff) | |
parent | be815ef6ef91c5617ea6f8f0947272d43d6ab05c (diff) |
merge of 'ca64733fdcd777798e0a455c06c3a4f22c39edcc'
and 'f8fdacfa8f57faee589fa77524dbae4f97928b5d'
-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 () { |