From 246d26faecb809cf4f013b3fcd1368892100217a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 27 Aug 2012 16:47:08 +0900 Subject: Fix typo LD_LIBARY_PATH Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e --- solenv/bin/modules/installer/epmfile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 7d7da01c3557..817b449cddbc 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -2401,7 +2401,7 @@ sub create_packages_without_epm if ( $rpm_failed ) { - # Because of the problems with LD_LIBARY_PATH, a direct call of local "rpm" or "rpmbuild" might be successful + # Because of the problems with LD_LIBRARY_PATH, a direct call of local "rpm" or "rpmbuild" might be successful my $rpmprog = ""; if ( -f "/usr/bin/rpmbuild" ) { $rpmprog = "/usr/bin/rpmbuild"; } elsif ( -f "/usr/bin/rpm" ) { $rpmprog = "/usr/bin/rpm"; } @@ -2420,7 +2420,7 @@ sub create_packages_without_epm my $helperreturnvalue = $?; # $? contains the return value of the systemcall - $infoline = "\nLast try: Using $rpmprog directly (problem with LD_LIBARY_PATH)\n"; + $infoline = "\nLast try: Using $rpmprog directly (problem with LD_LIBRARY_PATH)\n"; push( @installer::globals::logfileinfo, $infoline); $infoline = "\nSystemcall: $helpersystemcall\n"; -- cgit