bc32a602f6
- Add tests ChangeLog: https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES PR: 295499
26 lines
1.0 KiB
Makefile
26 lines
1.0 KiB
Makefile
--- bindings/Makefile.in.orig 2026-05-19 19:34:45 UTC
|
|
+++ bindings/Makefile.in
|
|
@@ -728,11 +728,11 @@ install-data-local:
|
|
install-data-local:
|
|
$(AM_V_GEN)test -f ${builddir}/perl-piped/Makefile \
|
|
&& ( cd ${builddir}/perl-piped \
|
|
- && $(MAKE) install ) \
|
|
+ && $(MAKE) pure_install ) \
|
|
|| true
|
|
$(AM_V_GEN)test -f ${builddir}/perl-shared/Makefile \
|
|
&& ( cd ${builddir}/perl-shared \
|
|
- && $(MAKE) install ) \
|
|
+ && $(MAKE) pure_install ) \
|
|
|| true
|
|
$(AM_V_GEN)test -f ${builddir}/ruby/Makefile \
|
|
&& ( cd ${builddir}/ruby \
|
|
@@ -741,7 +741,7 @@ install-data-local:
|
|
$(AM_V_GEN)test -f ${builddir}/python/dist/*.whl \
|
|
&& ( $(PYTHON) -m pip install --upgrade --no-index --no-deps \
|
|
--no-cache-dir --disable-pip-version-check \
|
|
- --target=$(DESTDIR)$(libdir)/python3/site-packages \
|
|
+ --target=$(DESTDIR)$(pythondir) \
|
|
${builddir}/python/dist/*.whl ) \
|
|
|| true
|
|
|