Changeset 6101 in osm for applications/editors/josm/debian/make_install_files.sh
- Timestamp:
- 2007-12-19T19:13:07+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r5213 r6101 51 51 cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1 52 52 53 plugin_jars=`find plugins-name "*.jar"`53 plugin_jars=`find dist -name "*.jar"` 54 54 for src_fn in $plugin_jars ; do 55 55 fn="`basename ${src_fn}`"
Note:
See TracChangeset
for help on using the changeset viewer.