Skip to content

Commit 1fc8b7d

Browse files
committed
Issue #268: don't need the symbol links created on install either
1 parent e393886 commit 1fc8b7d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

alt_bin/bootstrap_launcher

-12
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ 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
3018
gsdevkit_launcher_version="v0.10.0"
3119

3220
pushd $GS_HOME/shared/gemstone

0 commit comments

Comments
 (0)