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

Tobias Powalowski tpowa at archlinux.org
Mon Jul 23 09:30:26 UTC 2018


    Date: Monday, July 23, 2018 @ 09:30:26
  Author: tpowa
Revision: 329418

fix TianoCore

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 09:29:08 UTC (rev 329417)
+++ PKGBUILD	2018-07-23 09:30:26 UTC (rev 329418)
@@ -44,7 +44,7 @@
 	
 else
 	
-	pkgdesc="${pkgdesc} - Built with Tianocore EDK2 libs"
+	pkgdesc="${pkgdesc} - Built with TianoCore EDK2 libs"
 	makedepends+=('git' 'python2' 'nasm')
 	
 	_UDK_VERSION='UDK2018'
@@ -139,7 +139,7 @@
 	if [[ "${_USE_GNU_EFI}" != "1" ]]; then
 		_setup_tianocore_env_vars
 		
-		msg "Prepare Tianocore Sources"
+		msg "Prepare TianoCore Sources"
 		_prepare_tianocore_sources
 	fi
 	



More information about the arch-commits mailing list