From 2a33a8c5ed537bdca9c62ce9fd25f70560086282 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 8 Sep 2020 21:28:30 +0000 Subject: [PATCH] community/fwupd: fix --- community/fwupd/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD index 792bbae4f..8e1cf903d 100644 --- a/community/fwupd/PKGBUILD +++ b/community/fwupd/PKGBUILD @@ -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 }