diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2020-01-30 14:45:13 -0600 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 00:56:47 +0100 |
commit | f28307ad5f82690ba301268f21ff5f8ccddbf265 (patch) | |
tree | a6aa6ca99561911643c66aa94d1e3ddc5048c58e /testing/singularity | |
parent | 19e539c9ee5446a83e5021b7abb841f9bd7b3355 (diff) | |
download | aports-f28307ad5f82690ba301268f21ff5f8ccddbf265.tar.bz2 aports-f28307ad5f82690ba301268f21ff5f8ccddbf265.tar.xz |
testing/singularity: use chmod-clean
Replace cleanup_srcdir() with chmod-clean option
Diffstat (limited to 'testing/singularity')
-rw-r--r-- | testing/singularity/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/singularity/APKBUILD b/testing/singularity/APKBUILD index dfed13fa9d..c6d7a3a7bf 100644 --- a/testing/singularity/APKBUILD +++ b/testing/singularity/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Application containers focused on reproducibility for scientific comput url="https://www.sylabs.io/singularity/" arch="all" license="BSD-3-Clause BSD-3-Clause-LBNL" -options="suid !check" # no test suite from upstream +options="chmod-clean suid !check" # no test suite from upstream depends="squashfs-tools" makedepends=" go @@ -70,9 +70,4 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/singularity } -cleanup_srcdir() { - [ -d src ] && chmod -R +w src; - default_cleanup_srcdir -} - sha512sums="460c374fc728124a6fa221ddf60b6393e6c7fd37b4d7dd5e95472148731107e5693fcc192b87886ce910ac7331260d8b9cc6d63ee5fa1515795e0dc45b0fcf3d singularity-3.5.2.tar.gz" |