[Lunar-commits] <moonbase> slib: Fixed this as florin bumped guile without testing for slib, g-wrap, and gnucash of course.
Terry Chan
tchan at lunar-linux.org
Mon Mar 3 17:53:00 CET 2008
commit bca1c077f2cc4d5c8d437553e91a1a2acab6bdbb
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Mar 3 10:53:00 2008 -0600
slib: Fixed this as florin bumped guile without testing for slib, g-wrap, and gnucash of course.
---
libs/slib/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/slib/BUILD b/libs/slib/BUILD
index 68bbbf9..2e9befd 100644
--- a/libs/slib/BUILD
+++ b/libs/slib/BUILD
@@ -1,9 +1,9 @@
(
prepare_install &&
- mkdir -p /usr/share/guile/1.6/slib &&
+ mkdir -p /usr/share/guile/1.8/slib &&
rm -fr old.libraries &&
- cp * /usr/share/guile/1.6/slib/ &&
+ cp * /usr/share/guile/1.8/slib/ &&
guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/"
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list