Skip to content

Commit 92845dd

Browse files
committed
Issue #265: add symbolic link code for scripts to install script
1 parent 0d206ea commit 92845dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

alt_bin/bootstrap_launcher

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ start_banner
1515

1616
set -x # so we can see what is going on
1717

18+
pushd $GS_HOME/alt_bin
19+
20+
ln -s $GS_HOME/shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_CopyScriptClasses.class.st copyScriptClasses.st
21+
ln -s $GS_HOME/shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Install_Launcher.class.st install_launcher.st
22+
pushd examples
23+
24+
ln -s $GS_HOME/shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Hello.class.st hello.st
25+
ln -s $GS_HOME/shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Error.class.st error.st
26+
27+
popd
28+
29+
popd
1830
gsdevkit_launcher_version="v0.10.0"
1931

2032
pushd $GS_HOME/shared/gemstone

0 commit comments

Comments
 (0)