From c0a6fd7272359d738fe71d823e7f367d7574e94a Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Tue, 6 Feb 2024 15:46:46 -0800 Subject: [PATCH] Corrected definition --- Singularity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Singularity b/Singularity index 8cca722..157b1e2 100644 --- a/Singularity +++ b/Singularity @@ -2,7 +2,7 @@ Bootstrap: docker From: ubuntu:22.04 %setup - [ -n "${APPTAINER_ROOTFS:-}" ] && ../.build-scripts/write-apptainer-labels.sh >"${APPTAINER_ROOTFS}/.build_labels" + [ -n "${APPTAINER_ROOTFS:-}" ] && ./build-scripts/write-apptainer-labels.sh >"${APPTAINER_ROOTFS}/.build_labels" %post set -ex