Skip to content

Commit

Permalink
.github: Fix parameter for chown
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed May 10, 2024
1 parent be51d15 commit 03b7422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/containers/fedora-common/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git archive --format=tar --prefix=$PLUGIN_NAME_FEDORA-$VERSION/ HEAD | bzip2 > $

docker run -v $rpmbuild:/home/rpm/rpmbuild $docker_image bash -c "
sudo dnf builddep -y ~/rpmbuild/SPECS/$PLUGIN_NAME_FEDORA.spec &&
sudo chown 0.0 ~/rpmbuild/SOURCES/* &&
sudo chown 0.0 ~/rpmbuild/SPECS/* &&
sudo chown 0:0 ~/rpmbuild/SOURCES/* &&
sudo chown 0:0 ~/rpmbuild/SPECS/* &&
rpmbuild -ba ~/rpmbuild/SPECS/$PLUGIN_NAME_FEDORA.spec
"

0 comments on commit 03b7422

Please sign in to comment.