From d1a405e82102cbc83d9e824e2468c20f1e37b90b Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 5 Oct 2003 13:57:18 +0000 Subject: [PATCH] Release 5.20 RELEASE_5_20 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1064 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm5/INSTALL b/sm5/INSTALL index 12282c404..312864733 100644 --- a/sm5/INSTALL +++ b/sm5/INSTALL @@ -1,7 +1,7 @@ Smartmontools installation instructions ======================================= -$Id: INSTALL,v 1.18 2003/10/03 20:09:09 pervalidus Exp $ +$Id: INSTALL,v 1.19 2003/10/05 13:57:18 ballen4705 Exp $ Please also see the smartmontools home page: http://smartmontools.sourceforge.net/ @@ -140,7 +140,7 @@ or to examine the package contents without risk of modifying any system files) you can replace the step: make install with: - make prefix=/home/myself/smartmontools-package install + make DESTDIR=/home/myself/smartmontools-package install Use a full path. Paths like ~/smartmontools-package may not work. -- GitLab