From 153c180706ccaba07217d4b53cbf19bf5c5b32dd Mon Sep 17 00:00:00 2001 From: mytoh Date: Wed, 3 Oct 2012 22:10:08 +0900 Subject: [PATCH] add leh file --- asetus.leh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 asetus.leh diff --git a/asetus.leh b/asetus.leh new file mode 100644 index 0000000..43fbfb6 --- /dev/null +++ b/asetus.leh @@ -0,0 +1,12 @@ + + +(install + ( + (run-process `(gauche-install -T ,(build-path *lehti-dist-directory* "asetus") + "bin/asetus") + :wait #t) + ;; library sources + (copy-directory* (build-path *lehti-cache-directory* "asetus/src") + (build-path *lehti-dist-directory* "asetus/src")) +) +)