Skip to content

Commit

Permalink
The .spec file typically lands under ~/rpmbuild/SPECS/.
Browse files Browse the repository at this point in the history
Addressing
Cleaning /root/rpmbuild//BUILD
Removing /root/rpmbuild//createrepo_c.spec
  • Loading branch information
adelton authored and j-mracek committed Feb 26, 2019
1 parent 9163783 commit 390e261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/make_rpm.sh
Expand Up @@ -26,8 +26,8 @@ echo "Generating rpm for $GITREV"

echo "Cleaning $BUILD_DIR"
rm -rf "$BUILD_DIR"
echo "Removing $RPMBUILD_DIR/$PACKAGE.spec"
rm -f "$RPMBUILD_DIR/$PACKAGE.spec"
echo "Removing $RPMBUILD_DIR/SPECS/$PACKAGE.spec"
rm -f "$RPMBUILD_DIR/SPECS/$PACKAGE.spec"

echo "> Making tarball .."
"$MY_DIR/make_tarball.sh" "$GITREV"
Expand Down

0 comments on commit 390e261

Please sign in to comment.