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>2022-09-01 18:40:39 +0200
commit7603183099814acf577dab15171d41d0f30c2f85 (patch)
treefcd419303ebee3b3dba2a60aa371618ceb1114f3
parentd64f58788a578b3e18a15d23786a45a3d918a637 (diff)
downloadhardware_replicant_libsamsung-ipc-7603183099814acf577dab15171d41d0f30c2f85.tar.gz
hardware_replicant_libsamsung-ipc-7603183099814acf577dab15171d41d0f30c2f85.tar.bz2
hardware_replicant_libsamsung-ipc-7603183099814acf577dab15171d41d0f30c2f85.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