#!/usr/bin/make -f

override_dh_install:
	dh_install
	mv debian/thermald/usr/bin debian/thermald/usr/sbin

%:
	dh $@ --with autoreconf

