Browse Source

fix .copr build

pull/2906/head
Bill Zhong 2 years ago
committed by Max Lv
parent
commit
c2fc967c1a
1 changed files with 2 additions and 1 deletions
  1. 3
      .copr/Makefile

3
.copr/Makefile

@ -16,4 +16,5 @@ deps:
endif
srpm: deps
$(TOP_DIR)/rpm/genrpm.sh -o $(outdir)
git config --global --add safe.directory $(TOP_DIR)
$(RPM_DIR)/genrpm.sh -o $(outdir)
Loading…
Cancel
Save