New commits:
commit 1c73cd9ff93785dbe730f4a7549dbc19a419420e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
xfsprogs: fixed fsck location (needed at boot like for the others' fs
tools: ext[2|3], minix, etc.)
diff --git a/disk/xfsprogs/BUILD b/disk/xfsprogs/BUILD
index 47681de..be15431 100755
--- a/disk/xfsprogs/BUILD
+++ b/disk/xfsprogs/BUILD
@@ -1,9 +1,12 @@
# DEBUG=-DNDEBUG is needed to get the spell compiling
# However the variable must not be exported otherwise
# Sorcery will create a /-DNDEBUG file at the end of install
-OPTS="DEBUG=-DNDEBUG --libexecdir=/usr/lib\
- $OPTS" &&