Projects
Kolab:3.4
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 83
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -41,7 +41,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch -%if 0%{?suse_version} < 0 +%if 0%{?suse_version} < 1 BuildRequires: python-cssmin BuildRequires: uglify-js %endif @@ -974,14 +974,14 @@ if [ ! -z "$(find ${plugin} -type d -name \"SQL\")" ]; then echo "for dir in \$(find /usr/share/roundcubemail/plugins/$(basename ${plugin})/ -type d -name \"SQL\"); do" echo " # Skip plugins with multiple drivers and no kolab driver" - echo " if [ ! -z \"\$(echo \$dir | grep driver)\" ]; then" - echo " if [ -z \"\$(echo \$dir | grep kolab)\" ]; then" + echo " if [ ! -z \"\$(echo \${dir} | grep driver)\" ]; then" + echo " if [ -z \"\$(echo \${dir} | grep kolab)\" ]; then" echo " continue" echo " fi" echo " fi" echo "" echo " /usr/share/roundcubemail/bin/updatedb.sh \\" - echo " --dir \$dir \\" + echo " --dir \${dir} \\" echo " --package $(basename ${plugin}) \\" echo " >/dev/null 2>&1 || :" echo "" @@ -1010,9 +1010,9 @@ for skin in larry classic; do for dir in $(find ${target_dir} -type d -name "${skin}" | grep -v "helpdocs" | sort); do - starget_dir=$(echo $dir | %{__sed} -e "s|%{name}-plugin-$(basename ${plugin})-%{version}|%{name}-plugin-$(basename ${plugin})-skin-${skin}-%{version}|g") + starget_dir=$(echo ${dir} | %{__sed} -e "s|%{name}-plugin-$(basename ${plugin})-%{version}|%{name}-plugin-$(basename ${plugin})-skin-${skin}-%{version}|g") %{__mkdir_p} $(dirname ${starget_dir}) - %{__mv} $dir ${starget_dir} + %{__mv} ${dir} ${starget_dir} ( echo "%package -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.