Ticket #2296: 01-Makefile.patch
| File 01-Makefile.patch, 0.6 kB (added by ticket, 10 months ago) |
|---|
-
lm_sensors-3.0.0/Makefile
old new 38 38 DESTDIR := 39 39 40 40 # This is the prefix that will be used for almost all directories below. 41 PREFIX := /usr/local41 PREFIX ?= /usr/local 42 42 43 43 # Your C compiler 44 44 CC := gcc 45 45 46 46 # This is the directory where sensors.conf will be installed, if no other 47 47 # configuration file is found 48 ETCDIR := /etc48 ETCDIR ?= /etc 49 49 50 50 # You should not need to change this. It is the directory into which the 51 51 # library files (both static and shared) will be installed.
