diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-14 11:34:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-14 11:34:53 +0000 |
commit | 0c138f4a7131723db2a6c061eeafc13388f55bed (patch) | |
tree | f635f4b4420c23ef2f37ebd88c089ecb91e21a1b /packages | |
parent | 6a95f5f018046d58290aa926c160222bad6821b2 (diff) | |
parent | 25ff09c94a8f2faea23bfb20760a682bc6c03f87 (diff) |
merge of '0c14edad9fe9be01f3dcd8bb7481391246756938'
and 'afa51d1bd3a6d0684595da996d34d4923676187f'
Diffstat (limited to 'packages')
-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 () { |