Merge branch 'master' into el6
This commit is contained in:
commit
e9e60c6794
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ mv -v ${RPM_BUILD_ROOT}%{_datadir}/wordpress/wp-content/ \
|
|||
if [ $1 -eq 2 ] ; then
|
||||
# In case user has old wp-content from previous version, move it to
|
||||
# the new location.
|
||||
mv -v %{_datadir}/wordpress/wp-content/* \
|
||||
%{_localstatedir}/www/wordpress/wp-content/
|
||||
mv -vf %{_datadir}/wordpress/wp-content/* \
|
||||
%{_localstatedir}/www/wordpress/
|
||||
/sbin/restorecon -R %{_localstatedir}/www/wordpress/
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue