Skip to content

Commit

Permalink
Install nailgun to lib/kframework/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Nov 21, 2023
1 parent f9ef98a commit 2fc5421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k-distribution/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<baseDirectory>k</baseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/bin</outputDirectory>
<outputDirectory>/lib/kframework/bin</outputDirectory>
<includes>
<include>*:uexe:${native.os.classifier}:*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/src/main/scripts/lib/setenv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
fi
K_LIB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

export PATH="$K_LIB_DIR/../../bin:$PATH"
export PATH="$K_LIB_DIR/../../bin:$K_LIB_DIR/bin:$PATH"

source "$K_LIB_DIR/checkJava" # sets ARCH and JAVA

Expand Down

0 comments on commit 2fc5421

Please sign in to comment.