Show
Ignore:
Timestamp:
03/18/99 16:12:01 (14 years ago)
Author:
frodo
Message:

Finished renaming of detect.pl

* Either Phil had not done a 'cvs update', or I forgot a 'cvs commit'; anyway,

the last changes to detect.pl have been ported to sensors-detect.

* Added a rule to the Makefile fragment to install it in $(SBINDIR).
* Added SBINDIR to the main Makefile.
* Deleted detect.pl

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/Makefile

    r222 r323  
    7171 
    7272# You should not need to change this. It is the directory into which the 
    73 # executable program files will be installed. 
     73# executable program files will be installed. BINDIR for programs that are 
     74# also useful for normal users, SBINDIR for programs that can only be run 
     75# by the superuser. 
    7476# Note that not all programs in this package are really installed; 
    7577# some are just examples. You can always install them by hand, of 
    7678# course. 
    7779BINDIR := $(PREFIX)/bin 
     80SBINDIR := $(PREFIX)/sbin 
    7881 
    7982# You should not need to change this. It is the basic directory into which