aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-09-01 17:52:21 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-17 17:59:49 +0100
commit93dca7892c512c34f45c1abe4ca3e06dc7957560 (patch)
treefca9adb4ed44bf6df9aa4719b9c204280bb0cee4
parentd8d38cd605c7c5e22abecd915b8fbac62e3292bd (diff)
downloadhardware_replicant_libsamsung-ipc-93dca7892c512c34f45c1abe4ca3e06dc7957560.tar.gz
hardware_replicant_libsamsung-ipc-93dca7892c512c34f45c1abe4ca3e06dc7957560.tar.bz2
hardware_replicant_libsamsung-ipc-93dca7892c512c34f45c1abe4ca3e06dc7957560.zip
scripts: manifest.scm: fix missing find
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 <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/manifest.scm1
1 files changed, 1 insertions, 0 deletions
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