Skip to content

Commit

Permalink
fix: copr fails to clean up symlinks during exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kilesduli committed Oct 3, 2024
1 parent 39079ee commit 0ded76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .copr/copr_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if git stash list | grep -q 'stash@'; then
fi

# Generate srpm
mkdir -p $outdir
rpkg srpm --spec artalk.spec --outdir=$outdir

mkdir -p result_srpm
rpkg srpm --spec artalk.spec --outdir=result_srpm
cp -r result_srpm/artalk*.src.rpm $outdir
popd

0 comments on commit 0ded76a

Please sign in to comment.