gnutls: fix path of m4
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 Aug 2006 06:47:58 +0000 (06:47 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 Aug 2006 06:47:58 +0000 (06:47 +0000)
packages/gnutls/gnutls_1.0.23.bb
packages/gnutls/gnutls_1.0.25.bb
packages/gnutls/gnutls_1.3.5.bb
packages/gnutls/gnutls_1.4.0.bb

index 67be7e8..76dd844 100644 (file)
@@ -28,6 +28,6 @@ do_stage() {
        autotools_stage_includes
 
        install -d ${STAGING_DATADIR}/aclocal
-       cp ${S}/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
+       cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
 }
 
index 56548b5..4b4b63c 100644 (file)
@@ -28,6 +28,6 @@ do_stage() {
        autotools_stage_includes
 
        install -d ${STAGING_DATADIR}/aclocal
-       cp ${S}/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
+       cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
 }
 
index 86ad7a2..18b3b03 100644 (file)
@@ -34,6 +34,6 @@ do_stage() {
        autotools_stage_includes
 
        install -d ${STAGING_DATADIR}/aclocal
-       cp ${S}/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
+       cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
 }
 
index d0167ea..a425c34 100644 (file)
@@ -34,6 +34,6 @@ do_stage() {
        autotools_stage_includes
 
        install -d ${STAGING_DATADIR}/aclocal
-       cp ${S}/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
+       cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
 }