Changeset 4958 in osm
- Timestamp:
- 2007-10-12T23:38:28+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r4308 r4958 25 25 26 26 mkdir -p "$dst_path/usr/share/josm" 27 ( # map-icons to be symlinked 28 cd "$dst_path/usr/share/josm" 29 ln -s ../map-icons/classic.small images 30 ) 27 #( # map-icons to be symlinked 28 # cd "$dst_path/usr/share/josm" 29 # ln -s ../map-icons/classic.small images 30 #) 31 31 mkdir -p "$dst_path/usr/lib/josm" 32 32 # ------------------------------------------------------------------ … … 65 65 echo "$plugins" 66 66 67 mkdir -p "$jar_path/speller" 68 cp ../utils/planet.osm/java/speller/words.cfg "$jar_path/speller/" 67 #mkdir -p "$jar_path/speller" 68 #cp ../utils/planet.osm/java/speller/words.cfg "$jar_path/speller/" 69 69 70 70 # Maybe this has to be removed, since it is inside the plugin? 71 cp plugins/mappaint/styles/osmfeatures/elemstyles.xml "$jar_path/elemstyles.xml" 72 mkdir -p "$jar_path/plugins/mappaint/standard" 73 cp plugins/mappaint/styles/osmfeatures/elemstyles.xml "$jar_path/plugins/mappaint/standard/elemstyles.xml" 71 #cp plugins/mappaint/styles/osmfeatures/elemstyles.xml "$jar_path/elemstyles.xml" 72 #mkdir -p "$jar_path/plugins/mappaint/standard" 73 #cp plugins/mappaint/styles/osmfeatures/elemstyles.xml "$jar_path/plugins/mappaint/standard/elemstyles.xml" 74 74 # ------------------------------------------------------------------ 75 75 cat > "$bin_path/josm" <<EOF
Note:
See TracChangeset
for help on using the changeset viewer.