[Opensrf-commits] r1743 - trunk/src/perl (sboyette)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Aug 16 20:34:53 EDT 2009
Author: sboyette
Date: 2009-08-16 20:34:51 -0400 (Sun, 16 Aug 2009)
New Revision: 1743
Modified:
trunk/src/perl/Makefile.am
Log:
added separate install fail diagnostic message
Modified: trunk/src/perl/Makefile.am
===================================================================
--- trunk/src/perl/Makefile.am 2009-08-17 00:34:51 UTC (rev 1742)
+++ trunk/src/perl/Makefile.am 2009-08-17 00:34:51 UTC (rev 1743)
@@ -31,6 +31,13 @@
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
More information about the opensrf-commits
mailing list