From 8a419849523bcd56cd7914889b31d91623b7848f Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 25 Sep 2017 14:00:35 +0100 Subject: [PATCH] Remove unnecessary module directory ownership --- conda_rpms/templates/env.spec.template | 1 - 1 file changed, 1 deletion(-) diff --git a/conda_rpms/templates/env.spec.template b/conda_rpms/templates/env.spec.template index d9feb61..8c17e53 100644 --- a/conda_rpms/templates/env.spec.template +++ b/conda_rpms/templates/env.spec.template @@ -42,7 +42,6 @@ rm -rf $RPM_BUILD_ROOT # All files in this directory are owned by this RPM. {{ env.prefix }}/environments/{{ env.name }}/{{ env.label }} {% if module.prefix %} -%dir {{ module.prefix }} {{ module.prefix }}/{{ env.name }}-{{ env.label }} {% if module.default and env.name == "default" and env.label == "current" %} {{ module.prefix }}/.version