fixed path to mkinstalldirs -- Laurent Saehyun Kim�<LKim@xo.com>
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 17 Nov 2001 16:57:55 +0000 (16:57 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 17 Nov 2001 16:57:55 +0000 (16:57 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@54 a5681a0c-68f1-0310-ab6d-d61299d08faa

bindings/Makefile.am

index 79496c6..b76d3a4 100644 (file)
@@ -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