Skip to content

Commit

Permalink
add /jre/bin
Browse files Browse the repository at this point in the history
Pull request: #924
Approved by: juliandunn
  • Loading branch information
cullenmcdermott authored and thesentinels committed Jun 19, 2016
1 parent dd2dc46 commit 2b6804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/jdk8/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ do_install() {

export LD_RUN_PATH=$LD_RUN_PATH:$pkg_prefix/lib/amd64/jli

find $pkg_prefix/bin -type f -executable \
find $pkg_prefix/bin $pkg_prefix/jre/bin -type f -executable \
-exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; \
-exec patchelf --interpreter "$(pkg_path_for glibc)/lib/ld-linux-x86-64.so.2" --set-rpath ${LD_RUN_PATH} {} \;
}

0 comments on commit 2b6804f

Please sign in to comment.