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

Christian Hesse eworm at gemini.archlinux.org
Thu Jul 22 07:08:00 UTC 2021


    Date: Thursday, July 22, 2021 @ 07:08:00
  Author: eworm
Revision: 420276

upgpkg: f2fs-tools 1.14.0-2: include f2fs_io (FS#71566)

Modified:
  f2fs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-22 05:21:03 UTC (rev 420275)
+++ PKGBUILD	2021-07-22 07:08:00 UTC (rev 420276)
@@ -4,7 +4,7 @@
 pkgname=f2fs-tools
 _tag='d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb' # git rev-parse v${pkgver}
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools for Flash-Friendly File System (F2FS)'
 arch=('x86_64')
 url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
@@ -19,9 +19,6 @@
 prepare() {
 	cd "${pkgname}"
 
-	# /usr/bin/sg_write_buffer is provided in sg3_utils
-	sed -i '/sg_write_buffer/d' tools/Makefile.am
-
 	autoreconf -fi
 }
 
@@ -38,4 +35,7 @@
 	cd "${pkgname}"
 
 	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+
+	# /usr/bin/sg_write_buffer is provided in sg3_utils
+	rm "${pkgdir}"/usr/bin/sg_write_buffer
 }




More information about the arch-commits mailing list