[arch-commits] Commit in fwupdate/trunk (3 files)

Bruno Pagani archange at archlinux.org
Wed Oct 18 15:16:18 UTC 2017


    Date: Wednesday, October 18, 2017 @ 15:16:17
  Author: archange
Revision: 263262

upgpkg: fwupdate 9-2

Fix an issue in the create folder script

Modified:
  fwupdate/trunk/PKGBUILD
  fwupdate/trunk/create-fw-directory.patch
  fwupdate/trunk/fwupdate.install

---------------------------+
 PKGBUILD                  |    2 +-
 create-fw-directory.patch |    2 +-
 fwupdate.install          |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 15:12:10 UTC (rev 263261)
+++ PKGBUILD	2017-10-18 15:16:17 UTC (rev 263262)
@@ -17,7 +17,7 @@
 sha256sums=('e926a7b33a58f5dbf029a5a687375e88b18a41f0742ba871aff7d1d82d075c87'
             '56d27c36b7f1178c818c37153e3dbdd0a26036366b3dc935cd169b0c716cb610'
             '639114a5d98c688f92c59d08aac1b182da705ad443c8b1367160c7a8c4fcd115'
-            'fabe3dd8755cd73955893a4dc22cc9ff8965b5a873e2af7f781421fced3dc0ec')
+            '980ee0b2f08bea482575bfd6323dae907f44ff1ce2981f743c014809fb51b8d2')
 install=fwupdate.install
 
 _efidir=arch

Modified: create-fw-directory.patch
===================================================================
--- create-fw-directory.patch	2017-10-18 15:12:10 UTC (rev 263261)
+++ create-fw-directory.patch	2017-10-18 15:16:17 UTC (rev 263262)
@@ -43,7 +43,7 @@
 +			}
 +		}
 +		rc = asprintf(&fullpath,
-+			      "/boot/efi/EFI/%s/fw/fwupdate-XXXXXX.cap",
++			      "%s/fwupdate-XXXXXX.cap",
 +			      directory);
 +		if (rc < 0) {
 +			efi_error("asprintf fullpath failed");

Modified: fwupdate.install
===================================================================
--- fwupdate.install	2017-10-18 15:12:10 UTC (rev 263261)
+++ fwupdate.install	2017-10-18 15:16:17 UTC (rev 263262)
@@ -1,8 +1,8 @@
 post_install() {
 	echo
 	echo "To use the efi fimware update executable, copy the"
-	echo "content of /usr/lib/fwupdate/EFI/ to your EFI partition,"
-	echo "usually /boot/EFI."
+	echo "/usr/lib/fwupdate/EFI/ folder to your EFI partition,"
+	echo "usually mounted at /boot/efi/."
 	echo
 }
 



More information about the arch-commits mailing list