summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2004-11-12 13:58:33 +0000
committerJean Delvare <jdelvare@suse.de>2004-11-12 13:58:33 +0000
commit86b3d400035c8bd2589a0b0c4f5184a7759b5bcb (patch)
tree9f8178192debc6c6909cb82233d4c7f53ec7fd7c /README
parent7228b25e9b3880c9cb6255764b2c5460600d62d7 (diff)
downloaddmidecode-git-86b3d400035c8bd2589a0b0c4f5184a7759b5bcb.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.