summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkhali <khali>2004-11-12 13:58:33 +0000
committerkhali <khali>2004-11-12 13:58:33 +0000
commitdcaed1c1b379566bc9daf50a769204df3587a863 (patch)
tree9f8178192debc6c6909cb82233d4c7f53ec7fd7c /README
parenta50ded06e170af3d0e4dc4a1afa61d47bc93ecda (diff)
downloaddmidecode-dcaed1c1b379566bc9daf50a769204df3587a863.tar.gz
Match case change for PREFIX (now prefix) in the Makefile file. Reported
by Raul Nunez de Arenas Coronado.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7af3987..bdd8e61 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ on FreeBSD as well.
There's no configure script, so simply run "make" to build dmidecode, and
"make install" to install it. You also can use "make uninstall" to remove
all files you installed. By default, files are installed in /usr/local but
-you can change this behavior by editing the Makefile file and setting PREFIX
+you can change this behavior by editing the Makefile file and setting prefix
to wherever you want. You may change the C compiler and the compilation
flags as well.