97fea73ec1
- Install pkgconfig into libdir instead of datadir with subversion-pkgconfig.patch OBS-URL: https://build.opensuse.org/request/show/688732 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=299
12 lines
327 B
Diff
12 lines
327 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -91,7 +91,7 @@ swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/sv
|
|
toolsdir = @bindir@/svn-tools
|
|
|
|
# where to install pkg-config files
|
|
-pkgconfig_dir = $(datadir)/pkgconfig
|
|
+pkgconfig_dir = $(libdir)/pkgconfig
|
|
|
|
javahl_javadir = @libdir@/svn-javahl
|
|
javahl_javahdir = @libdir@/svn-javahl/include
|