Skip to content

Commit

Permalink
Rpm build fixes (#277)
Browse files Browse the repository at this point in the history
* Make sure generated spec file is deleted by `make clean`

* Change rpm release to "1"
  • Loading branch information
robinbowes authored and msimerson committed Dec 30, 2016
1 parent 14f6ece commit 2261142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ prepclean:
@rm -rf ./build/$(CURRENT_PACKAGE)*

clean:
@rm -rf ./build/* ./dist/* 2>/dev/null || :
@rm -rf ./build/* ./dist/* ${PACKAGE}.spec 2>/dev/null || :

mrclean: clean

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
1

0 comments on commit 2261142

Please sign in to comment.