[SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (2ed612bd55fc3f9a4b155523c52b352c1eee4a14)
David Brown
scm at mail.sourcemage.org
Tue Oct 24 11:12:54 EDT 2006
GIT changes to devel-stage-root sorcery by David Brown <dmlb2000 at kajit-master.(none)>:
var/lib/sorcery/modules/libtrack | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2ed612bd55fc3f9a4b155523c52b352c1eee4a14
Author: David Brown <dmlb2000 at kajit-master.(none)>
Commit: David Brown <dmlb2000 at kajit-master.(none)>
this should fix when castfs is either installed manually (by a castfs dev) or the state where castfs is uninstalled but the binary saved
diff --git a/var/lib/sorcery/modules/libtrack b/var/lib/sorcery/modules/libtrack
index c90b38c..e3bedc7 100755
--- a/var/lib/sorcery/modules/libtrack
+++ b/var/lib/sorcery/modules/libtrack
@@ -121,7 +121,7 @@ function real_devoke_installwatch() {
function is_castfs_installed()
{
- if [[ $(installed_version castfs) || -x /usr/local/bin/castfs ]] && modprobe fuse
+ if which castfs && modprobe fuse
then
return 0
else
More information about the SM-Commit
mailing list