Skip to content

Commit

Permalink
Merge pull request #12481 from M0ses/fix_typo_in_spec
Browse files Browse the repository at this point in the history
[dist] fix typo in obs-server.spec
  • Loading branch information
M0ses committed Apr 25, 2022
2 parents a4be8c4 + b2e6b0a commit e611433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obs-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ exit 0
%posttrans
[ -d %{obs_backend_data_dir} ] || install -d -o obsrun -g obsrun %{obs_backend_data_dir}
# this changes from directory to symlink. rpm can not handle this itself.
if [ -e %{obs_backendd_dir}/build -a ! -L %{obs_backend_dir}/build ]; then
if [ -e %{obs_backend_dir}/build -a ! -L %{obs_backend_dir}/build ]; then
rm -rf %{obs_backend_dir}/build
fi
if [ ! -e %{obs_backend_dir}/build ]; then
Expand Down

0 comments on commit e611433

Please sign in to comment.