adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:44:43 +01:00
parent 3501d6a55a
commit 9cf0fa2de3
GPG key ID: 38751DAE145EFB5A

View file

@ -221,7 +221,7 @@
)
(add-before 'configure
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" version " > VERSION")
(invoke "echo" version ">" "VERSION")
)
)
)