Skip to content

Commit 9eeadf9

Browse files
darkwratMax Lv
authored and
Max Lv
committed
Add submodules to git safe.directory for .copr build
1 parent d61d09a commit 9eeadf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.copr/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ endif
1717

1818
srpm: deps
1919
git config --global --add safe.directory $(TOP_DIR)
20+
git config --global --add safe.directory $(TOP_DIR)/libbloom
21+
git config --global --add safe.directory $(TOP_DIR)/libcork
22+
git config --global --add safe.directory $(TOP_DIR)/libipset
2023
$(RPM_DIR)/genrpm.sh -o $(outdir)

0 commit comments

Comments
 (0)