intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
540 stars 117 forks source link

[doc] On Fedora (36) prefix has to be "/usr" #371

Closed casch-at closed 1 year ago

casch-at commented 2 years ago

/

make  install-recursive                                                        
make[1]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'                                                                               
Making install in .                                                                                                                                           
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'                                                                               
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'                                                                               
 /usr/bin/mkdir -p '//sbin'                                                                                                                                   
  /usr/bin/install -c thermald '//sbin'                                                                                                                       
 /usr/bin/mkdir -p '//share/man/man5'                                                                                                                         
 /usr/bin/install -c -m 644 man/thermal-conf.xml.5 '//share/man/man5'                                                                                         
 /usr/bin/mkdir -p '//share/man/man8'                                                                                                                         
 /usr/bin/install -c -m 644 man/thermald.8 '//share/man/man8'                                                                                                 
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'                                                                                
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'                                                                                
Making install in docs                                                                                                                                        
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'                                                                          
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'                                                                          
make[3]: Nothing to be done for 'install-exec-am'.                             
Nothing to install                                                             
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'                                                                           
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'                                                                           
Making install in data                                                                                                                                        
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'                                                                          
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'                                                                          
make[3]: Nothing to be done for 'install-exec-am'.                                                                                                            
 /usr/bin/mkdir -p '/etc/dbus-1/system.d'                                                                                                                     
 /usr/bin/install -c -m 644 org.freedesktop.thermald.conf '/etc/dbus-1/system.d'                                                                              
 /usr/bin/mkdir -p '//share/dbus-1/system-services'
 /usr/bin/install -c -m 644 org.freedesktop.thermald.service '//share/dbus-1/system-services'
 /usr/bin/mkdir -p '/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 thermald.service '/usr/lib/systemd/system'
 /usr/bin/mkdir -p '//etc/thermald'
 /usr/bin/install -c -m 644 thermal-cpu-cdev-order.xml '//etc/thermald'
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[1]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'

VS /usr

make  install-recursive
make[1]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
Making install in .
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
 /usr/bin/mkdir -p '/usr/sbin'
  /usr/bin/install -c thermald '/usr/sbin'
 /usr/bin/mkdir -p '/usr/share/man/man5'
 /usr/bin/install -c -m 644 man/thermal-conf.xml.5 '/usr/share/man/man5'
 /usr/bin/mkdir -p '/usr/share/man/man8'
 /usr/bin/install -c -m 644 man/thermald.8 '/usr/share/man/man8'
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
Making install in docs
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'
make[3]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/docs'
Making install in data
make[2]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[3]: Entering directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/etc/dbus-1/system.d'
 /usr/bin/install -c -m 644 org.freedesktop.thermald.conf '/etc/dbus-1/system.d'
 /usr/bin/mkdir -p '/usr/share/dbus-1/system-services'
 /usr/bin/install -c -m 644 org.freedesktop.thermald.service '/usr/share/dbus-1/system-services'
 /usr/bin/mkdir -p '/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 thermald.service '/usr/lib/systemd/system'
 /usr/bin/mkdir -p '/etc/thermald'
 /usr/bin/install -c -m 644 thermal-cpu-cdev-order.xml '/etc/thermald'
make[3]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[2]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5/data'
make[1]: Leaving directory '/home/cschwarzgruber/Downloads/thermal_daemon-2.5'
spandruvada commented 1 year ago

Updated README.txt.