| Submitter | Nitin A Kamble |
|---|---|
| Date | May 4, 2012, 9:30 p.m. |
| Message ID | <3496b9f1ccbed9a150f08a3e0a26d72063520bad.1336166919.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/27165/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index a890188..012f36a 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc @@ -23,7 +23,9 @@ do_install_append() { install -m 0644 ${S}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ # Remove empty sbin directory since we don't build the daemon that would install there - rmdir ${D}${sbindir} + if [ -d ${D}${sbindir} ] ; then + rmdir ${D}${sbindir} + fi } ARM_INSTRUCTION_SET = "arm"