1
0
forked from pool/cdemu-daemon
Jan Engelhardt 2014-07-14 14:31:59 +00:00 committed by Git OBS Bridge
parent 521e6cdd7f
commit 04fe99d8f8

View File

@ -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.