Skip to content

Commit

Permalink
add leh file
Browse files Browse the repository at this point in the history
  • Loading branch information
mytoh committed Oct 3, 2012
1 parent f865024 commit 153c180
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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"))
)
)

0 comments on commit 153c180

Please sign in to comment.