diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index c5a3488..18ac4cc 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -64,7 +64,8 @@ make %{?_smp_mflags} %install b="%buildroot" %make_install -mkdir -p "$b/%_sbindir" "$b/%_localstatedir/adm/fillup-templates" +mkdir -p "$b/%_sbindir" "$b/%_localstatedir/adm/fillup-templates" \ + "$b/%_prefix/lib/udev/rules.d" install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules" install -pm0644 "%{S:3}" "$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon" # Not desired for security; it would permit a user to start a system service.