[arch-commits] Commit in ovmf/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Jan 18 21:18:03 UTC 2020


    Date: Saturday, January 18, 2020 @ 21:18:03
  Author: anatolik
Revision: 373686

x86_64 is the only supported architecture, no need to check for it explicitly

Modified:
  ovmf/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ----
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 20:44:29 UTC (rev 373685)
+++ PKGBUILD	2020-01-18 21:18:03 UTC (rev 373686)
@@ -32,10 +32,6 @@
 }
 
 build() {
-  if [ "$CARCH" != "x86_64" ]; then
-    error "This package must be built under the x86_64 architecture."
-    false
-  fi
   export PATH="${srcdir}/bin:$PATH"
   cd edk2-${_edk2_tag}
   make -C BaseTools



More information about the arch-commits mailing list