Skip to content

Commit

Permalink
Merge pull request #13 from DylanSchneider/CodeCoverage
Browse files Browse the repository at this point in the history
add sudo to rm ~/rpmbuild
  • Loading branch information
Schatzman authored Aug 22, 2018
2 parents 81d7cde + 35dc94c commit 7fb7970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildRpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION="1.$GIT_VERSION"

echo "Building $PACKAGE, type: $BUILD_TYPE, version: $VERSION"

rm -rf ~/rpmbuild
sudo rm -rf ~/rpmbuild
rpmdev-setuptree
cp packaging/$PACKAGE.spec ~/rpmbuild/SPECS
rm -f $PACKAGE-$VERSION.tar.gz
Expand Down

0 comments on commit 7fb7970

Please sign in to comment.