Changeset 12610 in osm for applications/editors/josm/debian
- Timestamp:
- 2008-12-27T21:49:35+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r12474 r12610 143 143 fi 144 144 145 # ------------------------------------------------------------------ 146 # Try to Compile as many Josm Plugins as possible 147 if $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 154 fi 145 155 # ------------------------------------------------------------------ 146 156 # Try to Compile as many Josm Plugins as possible
Note:
See TracChangeset
for help on using the changeset viewer.