easyconfigs-it4i/s/Singularity/Singularity-2.4.4-build.patch
easybuild 8e62d2db14 new file: b/BoltzTraP2/.BoltzTraP2-18.1.1-Py-3.6.eb.swp
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
2018-03-08 14:14:59 +01:00

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