mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Add $prefix/store to the RPM.
* Allow extra flags to be passed to RPM.
This commit is contained in:
parent
94175e978a
commit
0e09cc12c0
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
1
nix.spec
1
nix.spec
|
@ -35,6 +35,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_prefix}/var
|
||||
%{_prefix}/share
|
||||
%{_prefix}/man
|
||||
%{_prefix}/store
|
||||
%config
|
||||
%{_prefix}/etc
|
||||
#%doc
|
||||
|
|
Loading…
Reference in a new issue