| Submitter | Nitin A Kamble |
|---|---|
| Date | May 4, 2012, 9:30 p.m. |
| Message ID | <71d9e4f9d3a7132b9adb12002ad92d99fbd08226.1336166919.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/27125/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb index 4bcb57a..88f6d28 100644 --- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb @@ -28,5 +28,7 @@ FILES_${PN} = "${libdir}/libgpgme.so.*" FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*" do_install_append() { - rmdir ${D}/usr/libexec + if [ -d ${D}/usr/libexec ] ; then + rmdir ${D}/usr/libexec + fi }