diff options
Diffstat (limited to 'sys-cluster/slurm/slurm-24.05.3.ebuild')
-rw-r--r-- | sys-cluster/slurm/slurm-24.05.3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-cluster/slurm/slurm-24.05.3.ebuild b/sys-cluster/slurm/slurm-24.05.3.ebuild index 1078be9a6b38..1f7beec432cf 100644 --- a/sys-cluster/slurm/slurm-24.05.3.ebuild +++ b/sys-cluster/slurm/slurm-24.05.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -222,7 +222,8 @@ src_install() { newbashcomp contribs/slurm_completion_help/slurm_completion.sh scontrol bashcomp_alias scontrol \ sreport sacctmgr squeue scancel sshare sbcast sinfo \ - sprio sacct salloc sbatch srun sattach sdiag sstat + sprio sacct salloc sbatch srun sattach sdiag sstat \ + scrontab slurmrestd strigger # install systemd files newtmpfiles "${FILESDIR}/slurm.tmpfiles" slurm.conf systemd_dounit etc/slurmd.service etc/slurmctld.service etc/slurmdbd.service @@ -233,9 +234,6 @@ src_install() { /var/spool/${PN}/slurmd /var/spool/${PN} /var/log/${PN} - /var/tmp/${PN}/${PN}d - /var/tmp/${PN} - /run/${PN} ) local folder_path for folder_path in ${paths[@]}; do |