Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 746728
Collapse All | Expand All

(-)/usr/portage/dev-java/sbt-bin/sbt-bin-1.3.10.ebuild (-1 / +4 lines)
Lines 34-40 Link Here
34
src_install() {
34
src_install() {
35
	local dest="${JAVA_PKG_SHAREPATH}"
35
	local dest="${JAVA_PKG_SHAREPATH}"
36
36
37
	rm -v bin/sbt.bat || die
37
	rm -v bin/sbt.bat bin/sbtn-x86_64-pc-win32.exe bin/sbtn-x86_64-apple-darwin || die
38
	sed -i -e 's#bin/sbt-launch.jar#lib/sbt-launch.jar#g;' \
38
	sed -i -e 's#bin/sbt-launch.jar#lib/sbt-launch.jar#g;' \
39
		bin/sbt || die
39
		bin/sbt || die
40
40
Lines 46-49 Link Here
46
46
47
	fperms 0755 "${dest}/lib/sbt"
47
	fperms 0755 "${dest}/lib/sbt"
48
	dosym "${dest}/lib/sbt" /usr/bin/sbt
48
	dosym "${dest}/lib/sbt" /usr/bin/sbt
49
50
	fperms 0755 "${dest}/lib/sbtn-x86_64-pc-linux"
51
	dosym "${dest}/lib/sbtn-x86_64-pc-linux" /usr/bin/sbtn
49
}
52
}

Return to bug 746728