adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:46:14 +01:00
parent bebb78c93e
commit 00931c64a6
GPG key ID: 38751DAE145EFB5A

View file

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