Skip to content

Commit

Permalink
Add submodules to git safe.directory for .copr build
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwrat authored and Max Lv committed Jun 25, 2022
1 parent d61d09a commit 9eeadf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ endif

srpm: deps
git config --global --add safe.directory $(TOP_DIR)
git config --global --add safe.directory $(TOP_DIR)/libbloom
git config --global --add safe.directory $(TOP_DIR)/libcork
git config --global --add safe.directory $(TOP_DIR)/libipset
$(RPM_DIR)/genrpm.sh -o $(outdir)

0 comments on commit 9eeadf9

Please sign in to comment.