From 8043368de52df14a82062052b96d30da733488d2 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/program@54 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 79496c6..b76d3a4 100644 --- a/bindings/Makefile.am +++ b/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.11.0