Put quotes into %%install shell script
This commit is contained in:
parent
80295a81b2
commit
9b271ba1b3
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}"
|
|||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||
|
||||
%if %{ship_modprobe_config}
|
||||
install -d -m 0755 "$RPM_BUILD_ROOT/etc/modprobe.d/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue