From dcee9e66bbe474f3b9db5c656a372e4b1d01ceb2 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sun, 14 Aug 2005 12:15:30 +0000 Subject: [PATCH] corrected typo --- livesupport/bin/postInstallStation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/bin/postInstallStation.sh b/livesupport/bin/postInstallStation.sh index 8d824c7c4..0f4ef7b64 100755 --- a/livesupport/bin/postInstallStation.sh +++ b/livesupport/bin/postInstallStation.sh @@ -22,7 +22,7 @@ # # # Author : $Author: fgerlits $ -# Version : $Revision: 1.7 $ +# Version : $Revision: 1.8 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/postInstallStation.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -169,7 +169,7 @@ install_bin=$installdir/bin install_etc=$installdir/etc install_lib=$installdir/lib install_usr=$installdir/usr -install_var_ls=$install_var/LiveSupport +install_var_ls=$installdir/var/LiveSupport #-------------------------------------------------------------------------------