Skip to content

Commit

Permalink
[dist] Remove .keep files from our packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Jun 4, 2018
1 parent 27ddd39 commit bf035ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/obs-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ rm src/api/Dockerfile.frontend-base
# drop build script, we require the installed one from own package
rm -rf src/backend/build

find -name .keep | xargs rm -rf

%build
export DESTDIR=$RPM_BUILD_ROOT
# we need it for the test suite or it may silently succeed
Expand Down

0 comments on commit bf035ed

Please sign in to comment.