changes: 1. The original plug_in and autoload system (see 5/Sep/04 below) has been completely revamped to make a true "package" system. 2. The Makefile system for compiled yorick add-ons has completely changed. 3. The string manipulation functions have been dramatically extended. 4. The yorick user manual and quick reference cards have been updated.
11 lines
225 B
Text
11 lines
225 B
Text
$NetBSD: patch-aa,v 1.3 2005/05/31 18:02:32 drochner Exp $
|
|
|
|
--- ysite.sh.orig 2005-04-09 06:00:26.000000000 +0200
|
|
+++ ysite.sh
|
|
@@ -1,5 +1,5 @@
|
|
#!/bin/sh
|
|
-prefix="."
|
|
+prefix="@PREFIX@"
|
|
Y_PLATFORM="."
|
|
Y_SITE="."
|
|
Y_HOME="."
|