Skip to content

Commit

Permalink
Merge pull request #6 from bjlittle/remove-rpm-env-label-dir-ownership
Browse files Browse the repository at this point in the history
Remove unnecessary module directory ownership
  • Loading branch information
lbdreyer authored Sep 26, 2017
2 parents fc22543 + 8a41984 commit 18a3277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda_rpms/templates/env.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18a3277

Please sign in to comment.