Skip to content

Commit

Permalink
[macports] Fix java_binary template. Fixes #746
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 13, 2022
1 parent c2b5787 commit a5affc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ destroot {
copy {*}[glob -dir ${worksrcpath} *] ${target}

# Remove extraneous files
delete {*}[glob -directory ${target}/bin *.{{distributionExecutableExtensionWindows}}]
delete {*}[glob -directory ${target}/bin *{{distributionExecutableExtensionWindows}}]

ln -s ../share/${name}/bin/{{distributionExecutableUnix}} ${destroot}${prefix}/bin/{{distributionExecutableName}}
}
Expand Down

0 comments on commit a5affc3

Please sign in to comment.