|
|
@ -3,6 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../hddtemp/hddtemp.conf |
|
|
|
# Copyright (C) 2012 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
@ -14,5 +15,8 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
# apply the debian patch set we include in download |
|
|
|
var_append patchfiles ' ' "$( match_source_file -p hddtemp_${ver}.diff.gz hddtemp )" |
|
|
|
|
|
|
|
hook_add postmake 5 "mkdir -p $datadir/misc ; cp -fv `match_source_file -p 'hddtemp.*db'` $datadir/misc/hddtemp.db" |
|
|
|
|