Changeset 12610 in osm


Ignore:
Timestamp:
2008-12-27T21:49:35+01:00 (16 years ago)
Author:
joerg
Message:

Also compile and add webkit-image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/make_install_files.sh

    r12474 r12610  
    143143fi
    144144
     145# ------------------------------------------------------------------
     146# Try to Compile as many Josm Plugins as possible
     147if $do_update_plugins ; then
     148    echo "------------- Compile Josm Plugin webkit-image for wmsplugin"
     149    cd plugins/wmsplugin
     150    make clean
     151    make
     152    cd ../..
     153    cp plugins/wmsplugin/webkit-image $bin_path/webkit-image
     154fi
    145155# ------------------------------------------------------------------
    146156# Try to Compile as many Josm Plugins as possible
Note: See TracChangeset for help on using the changeset viewer.