From c0fe925305eeb89ffe06f02fb63200cd8c928771 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 17 Nov 2001 16:57:55 +0000 Subject: [PATCH] =?utf8?q?fixed=20path=20to=20mkinstalldirs=20--=20Laurent?= =?utf8?q?=20Saehyun=20Kim=EF=BF=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@54 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/bindings/Makefile.am b/program/bindings/Makefile.am index 79496c63..b76d3a42 100644 --- a/program/bindings/Makefile.am +++ b/program/bindings/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = `cat perl-*/MANIFEST` # lets schedule the perl stuff for installation # the special call to install-sh is because the -d switch is not portable install-data-local: - ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs + ../config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs -- 2.30.2