mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Fix ARCH vs ARCH_DIR confusion causing amd64 breakage
This commit is contained in:
parent
545bb42ca8
commit
abca1a4b15
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ LIBDIR=${PREFIX}/lib/mes
|
||||||
INCDIR=${PREFIX}/include/mes
|
INCDIR=${PREFIX}/include/mes
|
||||||
SRCDIR=/steps
|
SRCDIR=/steps
|
||||||
TMPDIR=/tmp
|
TMPDIR=/tmp
|
||||||
PATH=${BINDIR}:/${ARCH}/bin
|
PATH=${BINDIR}:/${ARCH_DIR}/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue