diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-11 17:14:32 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-11 17:14:32 +0200 |
commit | d3f5bcf528c0cc9cbf78c3fac4247ffd0a33d6d0 (patch) | |
tree | a3da2e1f9f8425c0044e85d19ba7c05e34fd192f /pcr/libreboot-utils/PKGBUILD | |
parent | 3d24c969beab897905d9f553a7cc92cdc3570de6 (diff) | |
download | abslibre-d3f5bcf528c0cc9cbf78c3fac4247ffd0a33d6d0.tar.gz abslibre-d3f5bcf528c0cc9cbf78c3fac4247ffd0a33d6d0.tar.bz2 abslibre-d3f5bcf528c0cc9cbf78c3fac4247ffd0a33d6d0.zip |
pcr: libreboot-utils: fix ectool installation
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/libreboot-utils/PKGBUILD')
-rw-r--r-- | pcr/libreboot-utils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/libreboot-utils/PKGBUILD b/pcr/libreboot-utils/PKGBUILD index f5bd3ede2..9c9865fe0 100644 --- a/pcr/libreboot-utils/PKGBUILD +++ b/pcr/libreboot-utils/PKGBUILD @@ -4,7 +4,7 @@ # Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=libreboot-utils -pkgrel=13 +pkgrel=14 _upstream_ver=20211122 pkgver=4.15.libreboot${_upstream_ver} pkgdesc="Misc. Coreboot/Libreboot utils (bucts, cbfstool, ECtool, nvramtool, superiotool)" @@ -115,7 +115,7 @@ package() { install -Dm755 bucts/bucts "${pkgdir}"/usr/bin/bucts # Install ECtool. - make -C superiotool install DESTDIR="${pkgdir}" PREFIX=/usr + make -C ectool install PREFIX="${pkgdir}"/usr # Install inteltool. make -C inteltool install DESTDIR="${pkgdir}" PREFIX=/usr |