summaryrefslogtreecommitdiff
path: root/spec/build.inc
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-09-09 15:59:32 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-09-10 17:28:47 +0200
commit0889cff5d5430cc398586285be5cccd88b4ed18f (patch)
tree54bef55b0fe92caae7af9aae124192645de6659a /spec/build.inc
parent9b8c876293b883f6c84d349d04e20a77facb69d1 (diff)
downloadlvm2-0889cff5d5430cc398586285be5cccd88b4ed18f.tar.gz
spec: upgrade
Upgrade spec rules to be in touch with recent code. Provide services and proper postin/preun/postun scriplets.
Diffstat (limited to 'spec/build.inc')
-rw-r--r--spec/build.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build.inc b/spec/build.inc
index 94d5e06d3..7bab4370f 100644
--- a/spec/build.inc
+++ b/spec/build.inc
@@ -42,6 +42,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
%if %{enable_systemd}
make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
+make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT
make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
%else
make install_initscripts DESTDIR=$RPM_BUILD_ROOT