added separate install fail diagnostic message
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Aug 2009 00:34:51 +0000 (00:34 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Aug 2009 00:34:51 +0000 (00:34 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1743 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/Makefile.am

index 8019e8c..1a0b707 100644 (file)
@@ -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