Revision: 3298 http://gar.svn.sourceforge.net/gar/?rev=3298&view=rev Author: valholla Date: 2009-02-20 22:56:55 +0000 (Fri, 20 Feb 2009)
Log Message: ----------- Fix libtool regeneration script Modified Paths: -------------- csw/mgar/pkg/fixme/fixme.sh Modified: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:25:23 UTC (rev 3297) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:56:55 UTC (rev 3298) @@ -41,3 +41,9 @@ gmv ${lt}.new ${lt} done +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel