summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorEric Sandall2020-07-18 22:22:42 +0000
committerEric Sandall2020-07-18 22:22:42 +0000
commitb1d9ef10dd38988eea4f7e624da72f4a9a1fc5a8 (patch)
tree9414e626178b5bba98bda371d0ad6d96eb575079 /smgl
parent19ee1dfbae36fba94d93b79fc9a4a1332c1aa9e7 (diff)
castfs: Disabled castfs (STAGED_INSTALL) otherwise every other cast fails on install.
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/castfs/DETAILS1
-rw-r--r--smgl/castfs/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index 11c01a9497..766a3e8fae 100755
--- a/smgl/castfs/DETAILS
+++ b/smgl/castfs/DETAILS
@@ -1,5 +1,6 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=castfs
+ STAGED_INSTALL=off
if [[ $CASTFS_BRANCH == scm ]]; then
VERSION=$(get_scm_version)
SOURCE=${SPELL}-git.tar.bz2
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index 4971c5dccb..c19d5d3c58 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,6 @@
+2020-07-18 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Disabled castfs (STAGED_INSTALL) otherwise every other cast fails on install.
+
2019-12-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PRE_BUILD, 0001-Fix-error-triggered-by-D_FORTIFY_SOURCE-2.patch: fix
error triggered by -D_FORTIFY_SOURCE=2