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 | |
parent | d8cda7c3dc8e0fa38694ccdd8b93786ffad72deb (diff) |
* Build .tar.bz2 files in `make dist'.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | nix.spec.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e592089ff9d9..3ec4d7195a19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(nix, "0.9") AC_CONFIG_SRCDIR(README) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([dist-bzip2]) # Change to `1' to produce a `stable' release (i.e., the `preREVISION' # suffix is not added). 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} |