metakit: fix copying of libtool files
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 18 Aug 2006 13:41:55 +0000 (13:41 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 18 Aug 2006 13:41:55 +0000 (13:41 +0000)
packages/portabase/metakit_2.4.9.3.bb

index 5c0197d..c1ead5c 100644 (file)
@@ -12,7 +12,7 @@ PR = "r1"
 
 do_configure_prepend() {
 
-       cp ${STAGING_DATADIR}/libtool/* ${S}/unix/scripts/
+       cp ${STAGING_DATADIR}/libtool/*.* ${S}/unix/scripts/
        
 }
 do_configure () {