Without that fix, when running make check with
'guix shell --pure --container -f scripts/manifest.scm', we have the
following error:
test -n "" \
|| find "libsamsung-ipc-0.7.0" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/sh [...]/install-sh \
-c -m a+r {} {} \; \
|| chmod -R a+r "libsamsung-ipc-0.7.0"
/bin/sh: line 2: find: command not found
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
scripts/manifest.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/manifest.scm b/scripts/manifest.scm
index e07d025..b9b8386 100644
--- a/scripts/manifest.scm
+++ b/scripts/manifest.scm
@@ -39,6 +39,7 @@
curl
ddrescue
diffutils
+ findutils
gawk
gcc-toolchain
grep
--
2.39.1
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant