Rpm build fixes (#277)
* Make sure generated spec file is deleted by `make clean` * Change rpm release to "1"
This commit is contained in:
parent
14f6ece505
commit
226114297e
@ -161,7 +161,7 @@ prepclean:
|
|||||||
@rm -rf ./build/$(CURRENT_PACKAGE)*
|
@rm -rf ./build/$(CURRENT_PACKAGE)*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf ./build/* ./dist/* 2>/dev/null || :
|
@rm -rf ./build/* ./dist/* ${PACKAGE}.spec 2>/dev/null || :
|
||||||
|
|
||||||
mrclean: clean
|
mrclean: clean
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
0.1
|
1
|
||||||
|
Loading…
Reference in New Issue
Block a user