Browse Source

fix .copr build

pull/2903/head
Bill Zhong 2 years ago
committed by GitHub
parent
commit
371c08dad5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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