From: Tobias Oetiker Date: Sat, 17 Nov 2001 16:57:55 +0000 (+0000) Subject: fixed path to mkinstalldirs -- Laurent Saehyun Kim� X-Git-Tag: 1.2rc1~280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1185bf1f052b17596e3cf1cacea6704e4a50c643;p=thirdparty%2Frrdtool-1.x.git 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 79496c63..b76d3a42 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