From 087dee6e1b673b1e49f7c49fa0f05eb651bb5e94 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 9 Jul 2012 11:56:55 -0400 Subject: Get rid of nix.conf.example No need to duplicate the nix.conf manpage. --- nix.spec.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nix.spec.in') diff --git a/nix.spec.in b/nix.spec.in index 44ea8d7c9476..29e53c0c350e 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -121,10 +121,7 @@ ln -sf %{_libdir}/nix/libNixStore.so.0 Store.so popd # Specify build users group -sed -i "s|#build-users-group =$|build-users-group = %{nixbld_group}|" \ - $RPM_BUILD_ROOT%{_sysconfdir}/nix/nix.conf -# ... and delete the example configuration -rm $RPM_BUILD_ROOT%{_sysconfdir}/nix/nix.conf.example +echo "build-users-group = %{nixbld_group}" > $RPM_BUILD_ROOT%{_sysconfdir}/nix/nix.conf # make per-user directories for d in profiles gcroots; -- cgit 1.4.1