]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Wed, 1 Jul 1998 11:01:39 +0000 (11:01 +0000)
committerfred <fred>
Wed, 1 Jul 1998 11:01:39 +0000 (11:01 +0000)
stepmake/bin/zet-step.sh [new file with mode: 0755]

diff --git a/stepmake/bin/zet-step.sh b/stepmake/bin/zet-step.sh
new file mode 100755 (executable)
index 0000000..b45e937
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/sh
+# zet-step.sh --- configure StepMake sourcetree
+# nice in first character unique name
+#
+export PACKAGE_NAME=StepMake
+prefix=$HOME/usr
+#
+#
+. ./stepmake/bin/package-zet.sh
+#
+# The package root dir looks like this:
+#
+# <SEE INSTALL.txt>
+#
+# ln -sf $STEPMAKEL_SOURCEDIR/src/stepmake/out/step $prefix/bin/step
+
+./configure --prefix=$prefix
+