about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-04-21T10·54+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-04-21T10·54+0000
commitf79e9c2d22345eeb0c721a8cf5375101d33dc4c9 (patch)
treeb969e1ebfcde35c9889cacf98bde162f9124356c /nix.spec.in
parent8e459d919dbce7c6d45d90ef9a9385133cfae15e (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.in1
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