diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-21T10·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-21T10·54+0000 |
commit | f79e9c2d22345eeb0c721a8cf5375101d33dc4c9 (patch) | |
tree | b969e1ebfcde35c9889cacf98bde162f9124356c /nix.spec.in | |
parent | 8e459d919dbce7c6d45d90ef9a9385133cfae15e (diff) |
* Do initialise state (the DB etc.) when doing a `make install',
unless `--disable-init-state' is passed to configure.
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 81344ffdd60a..41765aa6c424 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -25,7 +25,6 @@ make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -(cd src/nix-store && make DESTDIR=$RPM_BUILD_ROOT init-state-local) strip $RPM_BUILD_ROOT/%{_prefix}/bin/* || true %clean |