diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 14:11:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-08 08:01:52 +0100 |
commit | 87de8aec9ecdfffb29a6468ed77141ff1c5fff0c (patch) | |
tree | d3b630f5b58764b7bddc4d014fc693be749a18ca /packaging | |
parent | 52083a85479849043d70d4ec1d699a106d343931 (diff) | |
download | samba-87de8aec9ecdfffb29a6468ed77141ff1c5fff0c.tar.gz |
packaging(RHEL-CTDB): make everything instead of all in the build stage
Michael
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 5b05b99ac9f..4967dfd200c 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -268,7 +268,7 @@ fi make -j %{numcpu} %{?_smp_mflags} \ - all modules pam_smbpass + everything modules pam_smbpass # Remove some permission bits to avoid to many dependencies cd .. |