summaryrefslogtreecommitdiff
path: root/external/libxslt/libxslt-config.patch.1
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-14 15:26:10 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-15 11:04:53 +0200
commit15b973ed64cb0c655b387c5022fc2ff0894520dd (patch)
tree8a14de1039c19cb0d360f5cc6abf743baca403db /external/libxslt/libxslt-config.patch.1
parent6cdf761c7a9e167cde85d4e8e6f356c99a259f68 (diff)
consistent naming of externals: xslt -> libxslt
Change-Id: Ie66848187cef395d8b0af4727a4d9c0919e3c9dc Reviewed-on: https://gerrit.libreoffice.org/42299 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libxslt/libxslt-config.patch.1')
-rw-r--r--external/libxslt/libxslt-config.patch.18
1 files changed, 4 insertions, 4 deletions
diff --git a/external/libxslt/libxslt-config.patch.1 b/external/libxslt/libxslt-config.patch.1
index dc33871398cc..7e2936357671 100644
--- a/external/libxslt/libxslt-config.patch.1
+++ b/external/libxslt/libxslt-config.patch.1
@@ -13,13 +13,13 @@ Hack the xslt-config to return paths into WORKDIR.
+#includedir=@includedir@
+#libdir=@libdir@
+
-+prefix=${WORKDIR}/UnpackedTarball/xslt
-+exec_prefix=${WORKDIR}/UnpackedTarball/xsltproc
++prefix=${WORKDIR}/UnpackedTarball/libxslt
++exec_prefix=${WORKDIR}/UnpackedTarball/libxslt
exec_prefix_set=no
-includedir=@includedir@
-libdir=@libdir@
-+includedir=${WORKDIR}/UnpackedTarball/xslt/libxslt
-+libdir=${WORKDIR}/UnpackedTarball/xslt/libxslt/.libs
++includedir=${WORKDIR}/UnpackedTarball/libxslt/libxslt
++libdir=${WORKDIR}/UnpackedTarball/libxslt/libxslt/.libs
usage()
{