kdump-steamos: swap underscore for hyphen in filenames
Currently half of the files are hyphenated, while the rest use underscore. Just move everything to hyphens. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
committed by
Guilherme G. Piccoli
parent
f2df3c6365
commit
4d3a810bab
@ -34,5 +34,5 @@ install() {
|
||||
cp -LR --preserve=all /usr/lib/kdump/* $initdir/usr/lib/kdump/
|
||||
cp -LR --preserve=all /etc/default/kdump $initdir/usr/lib/kdump/kdump.etc
|
||||
|
||||
inst_hook pre-mount 01 "$moddir/kdump_collect.sh"
|
||||
inst_hook pre-mount 01 "$moddir/kdump-collect.sh"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user