This commit is contained in:
parent
521e6cdd7f
commit
04fe99d8f8
@ -64,7 +64,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
%make_install
|
%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:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
|
||||||
install -pm0644 "%{S:3}" "$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon"
|
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.
|
# Not desired for security; it would permit a user to start a system service.
|
||||||
|
Loading…
Reference in New Issue
Block a user