From: Rene Wagner Date: Thu, 25 May 2006 21:01:24 +0000 (+0200) Subject: gomunicator: remove now unused do_install_append. X-Git-Tag: familiar-v0.8.4-rc3~60 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c121e17e4b7507c5744e49f5c6cf16a8d3723aa6;p=familiar-h63xx-build.git gomunicator: remove now unused do_install_append. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb index 9146cdd..995298a 100644 --- a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb +++ b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb @@ -11,7 +11,3 @@ inherit autotools pkgconfig SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" S = "${WORKDIR}/${PN}" - -do_install_append() { - install -d ${D}${datadir}/applications -}