[packages/nbdkit] - force mke2fs path

qboosh qboosh at pld-linux.org
Tue Jun 20 19:24:38 CEST 2023


commit 00fa67f01dbf1b20638952e5e431faf1ef3c764b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 20 18:54:29 2023 +0200

    - force mke2fs path

 nbdkit.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/nbdkit.spec b/nbdkit.spec
index 6b33719..f4fdeed 100644
--- a/nbdkit.spec
+++ b/nbdkit.spec
@@ -225,6 +225,9 @@ Plik nagłówkowy dla wtyczek nbdkit.
 
 %{__sed} -i -e '/PKG_CHECK_MODULES(\[RUBY/ s/ruby/ruby-2.6/' configure.ac
 
+# use full path, don't require /sbin in $PATH
+%{__sed} -i -e 's,mke2fs -,/sbin/mke2fs -,' configure.ac
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nbdkit.git/commitdiff/00bc16feae2c69477ee5f5f4a874b0828e70fc9d



More information about the pld-cvs-commit mailing list