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

Christian Hesse eworm at archlinux.org
Thu Nov 22 12:01:18 UTC 2018


    Date: Thursday, November 22, 2018 @ 12:01:18
  Author: eworm
Revision: 340275

upgpkg: f2fs-tools 1.12.0-2

strip /usr/bin/sg_write_buffer from package, again :-p

Modified:
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 11:55:54 UTC (rev 340274)
+++ PKGBUILD	2018-11-22 12:01:18 UTC (rev 340275)
@@ -3,7 +3,7 @@
 
 pkgname=f2fs-tools
 pkgver=1.12.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/'
@@ -17,6 +17,9 @@
 prepare() {
 	cd "${pkgname}"
 
+	# /usr/bin/sg_write_buffer is provided in sg3_utils
+	sed -i '/sg_write_buffer/d' tools/Makefile.am
+
 	autoreconf -fi
 }
 



More information about the arch-commits mailing list