From: oetiker Date: Sat, 17 Nov 2001 16:57:55 +0000 (+0000) Subject: fixed path to mkinstalldirs -- Laurent Saehyun Kim� X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=8043368de52df14a82062052b96d30da733488d2 fixed path to mkinstalldirs -- Laurent Saehyun Kim� git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@54 a5681a0c-68f1-0310-ab6d-d61299d08faa --- 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