]> granicus.if.org Git - graphviz/commitdiff
graphviz-fix-pkgIndex.patch - backported from SuSE graphviz-2.18 - modified
authorellson <devnull@localhost>
Wed, 23 Apr 2008 19:23:41 +0000 (19:23 +0000)
committerellson <devnull@localhost>
Wed, 23 Apr 2008 19:23:41 +0000 (19:23 +0000)
tclpkg/mkpkgindex.sh

index 98b6a0478e9078ab904f77ae8af9771712da6ea0..ac621be18022663db0f0bb9a87146c77ba717d04 100755 (executable)
@@ -4,7 +4,7 @@
 # $2 = Name of extension
 # $3 = Version of extension
 
-lib=`sed -n "/library_names/s/^[^']*'\([^ ']*\).*$/\1/p" $1`
+lib=`sed -n "/dlname/s/^[^']*'\([^ ']*\).*$/\1/p" $1`
 if [ -z "$lib" ]
 then
     libBaseName=`basename $1 .la`