mirror of
https://github.com/NixOS/nix.git
synced 2024-11-02 07:10:55 +00:00
* Add $prefix/store to the RPM.
* Allow extra flags to be passed to RPM.
This commit is contained in:
parent
94175e978a
commit
0e09cc12c0
@ -3,4 +3,4 @@ SUBDIRS = externals src scripts corepkgs doc
|
||||
EXTRA_DIST = substitute.mk nix.spec
|
||||
|
||||
rpm: dist
|
||||
rpm -ta $(distdir).tar.gz
|
||||
rpm $(EXTRA_RPM_FLAGS) -ta $(distdir).tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user