From df5ac1c41b1a3f19b480d8c97592118312cb9d9c Mon Sep 17 00:00:00 2001 From: sboyette Date: Mon, 17 Aug 2009 00:34:51 +0000 Subject: [PATCH] added separate install fail diagnostic message git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1743 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perl/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 8019e8c..1a0b707 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -31,6 +31,13 @@ build-perl-fail: echo exit 1 +install-perl-fail: + echo + echo ">>> Install of Perl modules has failed." + echo ">>> Are you root?" + echo ">>> See the message above this one for more information." + echo + distclean-local: rm -rf ./_build rm -rf ./blib \ No newline at end of file -- 2.43.2