Browse Source

Juergen Sawinski:

fixed jsaw/multisync to only build evolution plugin if pkginstalled


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2473 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
eb53e477e6
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      package/jsaw/multisync/multisync.conf

+ 6
- 2
package/jsaw/multisync/multisync.conf

@ -39,7 +39,11 @@ multisync_pm() {
local each local each
build_multisync_plugin backup_plugin build_multisync_plugin backup_plugin
build_multisync_plugin evolution_sync --with-evo-libs=$root/$pkg_evolution_libs
pkginstalled evolution && \
build_multisync_plugin evolution_sync \
--with-evo-libs=$root/$pkg_evolution_libs
build_multisync_plugin palm_sync build_multisync_plugin palm_sync
build_multisync_plugin opie_sync build_multisync_plugin opie_sync
build_multisync_plugin syncml_plugin build_multisync_plugin syncml_plugin
@ -48,7 +52,7 @@ multisync_pm() {
build_multisync_plugin ldap_plugin \ build_multisync_plugin ldap_plugin \
LDFLAGS="-L$root/$pkg_openldap_prefix/lib" LDFLAGS="-L$root/$pkg_openldap_prefix/lib"
# FIXME openobex missing
# FIXME no openobex package yet in ROCK
pkginstalled openobex && \ pkginstalled openobex && \
build_multisync_plugin irmc_sync build_multisync_plugin irmc_sync
} }

Loading…
Cancel
Save