Skip to content

Commit

Permalink
fix install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Sep 25, 2024
1 parent e32bbe6 commit 8bbd245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The script allows the user to collect all relevant installation details for a su

%install
install -D -m 0755 trento-support.sh "%{buildroot}%{_bindir}/trento-support"
install -d "%{buildroot}/usr/lib/supportconfig/plugin"
install -d "%{buildroot}/usr/lib/supportconfig/plugins"
install -m 0544 packaging/suse/trento-supportconfig-plugin/trento "%{buildroot}/usr/lib/supportconfig/plugins"

%files
Expand Down

0 comments on commit 8bbd245

Please sign in to comment.