Skip to content

Commit

Permalink
Fix an apparent thinko/typo in the sysusers test spec
Browse files Browse the repository at this point in the history
I'm quite sure I didn't really intend to test duplicate files behavior
here...
  • Loading branch information
pmatilai committed Nov 7, 2023
1 parent 22e177f commit d141c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/data/SPECS/klang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Summary: %{SUMMARY} server

%install
mkdir -p ${RPM_BUILD_ROOT}/var/lib/klangd
mkdir -p ${RPM_BUILD_ROOT}/var/lib/plongd
mkdir -p ${RPM_BUILD_ROOT}/usr/bin/
mkdir -p ${RPM_BUILD_ROOT}/etc
mkdir -p ${RPM_BUILD_ROOT}/%{_sysusersdir}
Expand Down Expand Up @@ -59,5 +60,5 @@ EOF
%{_sysusersdir}/klangd.conf
%{_sysusersdir}/plong.conf
%attr(-,klangd,klangd) /var/lib/klangd
%attr(-,plong,klong) /var/lib/klangd
%attr(-,plong,klong) /var/lib/plongd
/usr/bin/klangd

0 comments on commit d141c87

Please sign in to comment.