diff options
Diffstat (limited to 'lang/smarteiffel/pkg-message')
-rw-r--r-- | lang/smarteiffel/pkg-message | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/smarteiffel/pkg-message b/lang/smarteiffel/pkg-message index c160ac9e7f74..9a34fc1e4203 100644 --- a/lang/smarteiffel/pkg-message +++ b/lang/smarteiffel/pkg-message @@ -1,11 +1,11 @@ -SmallEiffel is now available through the symbolic link %%PREFIX%%/SmallEiffel. +SmartEiffel is now available through the symbolic link %%PREFIX%%/SmartEiffel. -Add %%PREFIX%%/SmallEiffel/bin to your path to be able to call -the SmallEiffel compiler and its other utilities. +Add %%PREFIX%%/SmartEiffel/bin to your path to be able to call +the SmartEiffel compiler and its other utilities. -Make sure the environment variable SmallEiffel is defined and points to -%%PREFIX%%/SmallEiffel/sys/system.se. +Make sure the environment variable SmartEiffel is defined and points to +%%PREFIX%%/SmartEiffel/sys/system.se. One way to do this is to extend /etc/profile with the following line: - SmallEiffel=%%PREFIX%%/SmallEiffel/sys/system.se; export SmallEiffel + SmartEiffel=%%PREFIX%%/SmartEiffel/sys/system.se; export SmartEiffel |