Skip to content

Commit

Permalink
spec: drop the /etc/leapp/actor_confid.d dir
Browse files Browse the repository at this point in the history
The directory should be provided by the framework. leapp-repository
should provide only a content inside if any present.
  • Loading branch information
pirat89 committed Nov 14, 2024
1 parent c2f2895 commit f50e347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packaging/leapp-repository.spec
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/files/
install -m 0644 etc/leapp/transaction/* %{buildroot}%{_sysconfdir}/leapp/transaction
install -m 0644 etc/leapp/files/* %{buildroot}%{_sysconfdir}/leapp/files

# Actor configuration dir
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/actor_conf.d/
# uncomment to install existing configs
# uncomment to install existing configs if any exists
#install -m 0644 etc/leapp/actor_conf.d/* %%{buildroot}%%{_sysconfdir}/leapp/actor_conf.d

# install CLI commands for the leapp utility on the expected path
Expand Down

0 comments on commit f50e347

Please sign in to comment.