community/fwupd: fix

This commit is contained in:
Kevin Mihelich 2020-09-08 21:28:30 +00:00
parent a2133985ce
commit 2a33a8c5ed

View file

@ -57,6 +57,6 @@ package() {
install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
# Remove the tests
rm -r "${pkgdir}"/usr/share/installed-tests/
mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
#mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
#mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
}