Projects
Kolab:3.4
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
kolab-syncroton.spec
Changed
@@ -81,7 +81,7 @@ lib/ext/Roundcube/ \ lib/ext/Zend/ \ lib/plugins/ - + %build %install @@ -107,11 +107,11 @@ mkdir -p lib/plugins/$plugin pushd lib/plugins/$plugin if [ -d "/usr/share/roundcubemail/plugins/" ]; then - find /usr/share/roundcubemail/plugins/$plugin/ -maxdepth 1 ! -name "config.inc.php" | while read link_target; do + find /usr/share/roundcubemail/plugins/$plugin/ -mindepth 1 -maxdepth 1 ! -name "config.inc.php" | while read link_target; do ln -sv "$(echo ${link_target} | sed -e 's|/usr/share/roundcubemail/|../../../../roundcubemail/|g')" done else - find ../../../../roundcubemail/plugins/$plugin/ -maxdepth 1 ! -name "config.inc.php" -exec ln -sv {} \; + find ../../../../roundcubemail/plugins/$plugin/ -mindepth 1 -maxdepth 1 ! -name "config.inc.php" -exec ln -sv {} \; fi popd done
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
.