[SCM] Lisaac compiler branch, mildred-stable, updated. mildred-r4-2-g61d4c8b

Shanti Bouchez shanti at sogilis.com
Wed Jun 29 13:47:40 UTC 2011


The following commit has been merged in the mildred-stable branch:
commit 61d4c8ba8215e6c6fda1e79e40fb459d8607cf78
Author: Shanti Bouchez <shanti at sogilis.com>
Date:   Wed Jun 29 15:40:45 2011 +0200

    Added fixdir installation script

diff --git a/.fixdir b/.fixdir
new file mode 100644
index 0000000..9def9cc
--- /dev/null
+++ b/.fixdir
@@ -0,0 +1,11 @@
+# kate: hl Tcl;
+
+hook pre-install {
+  global pkgdir
+  cd $pkgdir
+  file delete bin/path.h
+  exec make "LIB=[pwd]" bin/path.h make.lip bin/lisaac
+}
+
+link ".local/bin/lisaac" "bin/lisaac"
+

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list