Changeset 4958 in osm


Ignore:
Timestamp:
2007-10-12T23:38:28+02:00 (17 years ago)
Author:
joerg
Message:

josm/debian/make_install_files.sh: remove unnedded Files from build/copy process

File:
1 edited

Legend:

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

    r4308 r4958  
    2525
    2626mkdir -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#)
    3131mkdir -p "$dst_path/usr/lib/josm"
    3232# ------------------------------------------------------------------
     
    6565echo "$plugins"
    6666
    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/"
    6969
    7070# 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"
    7474# ------------------------------------------------------------------
    7575cat > "$bin_path/josm" <<EOF
Note: See TracChangeset for help on using the changeset viewer.