mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
'make rpms' now makes the rpm files
This commit is contained in:
parent
d684d9988b
commit
0e68e84abe
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
*.so
|
||||
*~
|
||||
*.swp
|
||||
*.rpm
|
||||
Makefile
|
||||
config.log
|
||||
config.status
|
||||
|
|
|
|||
|
|
@ -199,6 +199,10 @@ dist:
|
|||
deb: dist
|
||||
./mkdeb.sh $(NAME) $(VERSION)
|
||||
|
||||
.PHONY: rpms
|
||||
rpms:
|
||||
./platform/rpm/mkrpm.sh $(NAME) $(VERSION)
|
||||
|
||||
extras: all
|
||||
$(MAKE) -C extras/firetools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue