mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: c/CUDA/CUDA-9.1.85.eb new file: s/Singularity/Singularity-2.4.4-build.patch new file: s/Singularity/Singularity-2.4.4-functions.patch modified: s/Singularity/Singularity-2.4.4.eb deleted: p/phono3py/.phono3py-1.12.7.46-Py-2.7.eb.swp
12 lines
588 B
Diff
12 lines
588 B
Diff
--- libexec/cli/build.exec.old 2018-03-08 13:52:42.786096197 +0100
|
|
+++ libexec/cli/build.exec 2018-03-08 13:53:29.989946615 +0100
|
|
@@ -365,7 +365,7 @@
|
|
else
|
|
OPTS=""
|
|
fi
|
|
- if ! mksquashfs "$SINGULARITY_ROOTFS/" "$SINGULARITY_CONTAINER_OUTPUT" -noappend $OPTS > /dev/null; then
|
|
+ if ! $EBROOTSQUASHFSMINTOOLS/bin/mksquashfs "$SINGULARITY_ROOTFS/" "$SINGULARITY_CONTAINER_OUTPUT" -noappend $OPTS > /dev/null; then
|
|
message ERROR "Failed squashing image, left template directory at: $SINGULARITY_ROOTFS\n"
|
|
exit 1
|
|
fi
|