Skip to content

Commit

Permalink
[dist] fix not existing rpm macro
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Apr 23, 2020
1 parent 78004d5 commit 718cc4c
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 @@ -352,7 +352,7 @@ fi
# drop testcases for now
rm -rf %{buildroot}/srv/www/obs/api/spec
# only config for CI
rm %{buildroot}%{__obs_api_prefix}/config/brakeman.ignore
rm %{buildroot}/srv/www/obs/api/config/brakeman.ignore

# fail when Makefiles created a directory
if ! test -L %{buildroot}/usr/lib/obs/server/build; then
Expand Down

0 comments on commit 718cc4c

Please sign in to comment.