mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
Update mes to the latest git snapshot
This should include a fix for S_ISUID that we "lost" when switching away from mes-m2's libc. See http://git.savannah.gnu.org/cgit/mes.git/commit/?id=ce54ccc2c04b0a6ec9105522e4b8b4cc278c5106
This commit is contained in:
parent
f320539dd2
commit
7adff2dcd3
8 changed files with 27 additions and 25 deletions
|
|
@ -12,7 +12,8 @@ set -ex
|
|||
# Environmental variables needed for mes
|
||||
NYACC_PKG=nyacc-1.00.2
|
||||
MES_PKG=mes-0.24
|
||||
MES_PREFIX=${sysa}/${MES_PKG}/build/${MES_PKG}
|
||||
MES_PKG_DIR=mes-aa5f1533e1736a89e60d2c34c2a0ab3b01f8d037
|
||||
MES_PREFIX=${sysa}/${MES_PKG}/build/${MES_PKG_DIR}
|
||||
GUILE_LOAD_PATH=${MES_PREFIX}/mes/module:${MES_PREFIX}/module:${sysa}/${MES_PKG}/build/${NYACC_PKG}/module
|
||||
|
||||
# mes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue