diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-02T14·58+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-02T14·58+0000 |
commit | 0e09cc12c08ad2db0b8620ca537bd81ca45c05df (patch) | |
tree | c5f62298d5ab0daf5eeb206343e9b2fdfe3c09af /Makefile.am | |
parent | 94175e978a87a79f3362879898dc1cf7d08d7791 (diff) |
* Add $prefix/store to the RPM.
* Allow extra flags to be passed to RPM.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f9fc8695f53f..99ec7f741209 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |