diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-14 14:54:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-15 11:03:05 +0200 |
commit | 84b0f0631574832c5939cc63456fd1322e67339f (patch) | |
tree | 6f280d08f6eb125b0efb113c509dbadd91684f29 /bin | |
parent | b0e0ee45d667df1473b47e441a6911dd2b4eadba (diff) |
consistent naming of externals: xml2 -> libxml2
Change-Id: Ia1164c70d02dce70cb346c1fd4033f12d91c6e5d
Reviewed-on: https://gerrit.libreoffice.org/42297
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-all-static-libs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 4efe49e5e4a3..1a2f94214c48 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -81,5 +81,5 @@ echo $INSTDIR/$LIBO_LIB_FOLDER/lib*.a \ $WORKDIR/UnpackedTarball/raptor/src/.libs/*.a \ $WORKDIR/UnpackedTarball/rasqal/src/.libs/*.a \ $WORKDIR/UnpackedTarball/redland/src/.libs/*.a \ - $WORKDIR/UnpackedTarball/xml2/.libs/*.a \ + $WORKDIR/UnpackedTarball/libxml2/.libs/*.a \ $WORKDIR/UnpackedTarball/xslt/libxslt/.libs/*.a |