diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-30 02:45:15 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-30 02:45:15 +0200 |
commit | b0ae8c66e34cd253b97da09ef0aaca9261e022a2 (patch) | |
tree | e126c12fa804df196ddaf2da6e3e9bfdc87a9685 | |
parent | d64626648e90d3cd5446184851456308e438eb49 (diff) | |
download | biboumi-b0ae8c66e34cd253b97da09ef0aaca9261e022a2.tar.gz biboumi-b0ae8c66e34cd253b97da09ef0aaca9261e022a2.tar.bz2 biboumi-b0ae8c66e34cd253b97da09ef0aaca9261e022a2.tar.xz biboumi-b0ae8c66e34cd253b97da09ef0aaca9261e022a2.zip |
Also remove that from the spec file
-rw-r--r-- | packaging/biboumi.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec index 77d275d..33464c6 100644 --- a/packaging/biboumi.spec +++ b/packaging/biboumi.spec @@ -51,9 +51,6 @@ install -D -p -m 644 conf/biboumi.cfg \ install -D -p -m 644 unit/%{name}.service \ %{buildroot}%{_unitdir}/%{name}.service -# Create default log directory -install -p -d %{buildroot}%{biboumi_logdir} - %pre getent group %{biboumi_group} > /dev/null || groupadd -r %{biboumi_group} |