build: small typo that made .abi_hint file reappear in mtree db

This commit is contained in:
Franco Fichtner 2020-12-04 14:50:12 +01:00
parent c132742a23
commit 88b4152696
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ setup_entropy()
setup_set()
{
tar -C ${1} -xJpf ${2}
rm -f {1}/.abi_hint
rm -f ${1}/.abi_hint
}
generate_set()