diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-07T15·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-07T15·45+0000 |
commit | 6c88d67780c1f009f6ffce46d95f5195c82790f6 (patch) | |
tree | a8a2199032ff04bb1007b2c4e55b7e4723bacb1a /nix.spec.in | |
parent | d8cda7c3dc8e0fa38694ccdd8b93786ffad72deb (diff) |
* Build .tar.bz2 files in `make dist'.
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 423d9ebff16a..a53e1a1df3d2 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -14,7 +14,7 @@ Release: 1 License: GPL Group: Software Deployment URL: http://www.cs.uu.nl/groups/ST/Trace/Nix -Source0: %{name}-@version@.tar.gz +Source0: %{name}-@version@.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %define _prefix /nix Prefix: %{_prefix} |