Ignore:
Timestamp:
2015-01-11T19:24:05+01:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] fix "install" target on Windows (wrong change in r30896)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r30896 r30907  
    267267    <target name="install" depends="dist">
    268268        <property environment="env"/>
    269         <condition property="josm.plugins.dir" value="${env.LOCALAPPDATA}/JOSM/plugins">
     269        <condition property="josm.plugins.dir" value="${env.APPDATA}/JOSM/plugins">
    270270            <and>
    271271                <os family="windows"/>
Note: See TracChangeset for help on using the changeset viewer.