kiss: fix bug

This commit is contained in:
Dylan Araps 2019-08-21 11:08:34 +00:00
parent b2b600aedc
commit 8b2012fe9a
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -377,7 +377,7 @@ pkg_fixdeps() {
# Do some clean up as this required a few temporary files.
mv -f depends-new depends
rm -f .depends
rm -f depends-copy
}
pkg_manifest() (