* Don't install nix.conf (so it won't be overriden when you upgrade an RPM).

This commit is contained in:
Eelco Dolstra 2006-02-07 14:47:26 +00:00
parent 81de538e46
commit 4db4b61380
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ make check
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT/%{_prefix}/etc/nix/nix.conf
strip $RPM_BUILD_ROOT/%{_prefix}/bin/* || true
%clean