Skip to content

Commit 5f0f8af

Browse files
committed
Consistently omit trailing slash for paths in rpm spec
1 parent bd1abae commit 5f0f8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpm/SPECS/dnstapir-cli.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Provides: group(dnstapir)
3131
%description
3232
DNS TAPIR EDGE ClI Tool for managing an EDGE deployment
3333

34-
%{!?_unitdir: %define _unitdir /usr/lib/systemd/system/}
35-
%{!?_sysusersdir: %define _sysusersdir /usr/lib/sysusers.d/}
34+
%{!?_unitdir: %define _unitdir /usr/lib/systemd/system}
35+
%{!?_sysusersdir: %define _sysusersdir /usr/lib/sysusers.d}
3636

3737
%prep
3838
%setup -n %{name}

0 commit comments

Comments
 (0)