DeforaOS' own dynamic loader is not ready
This commit is contained in:
parent
fd09a22a38
commit
6c1869f208
|
@ -6,7 +6,7 @@
|
||||||
#variables
|
#variables
|
||||||
#XXX insert i386-specific variables here (grub...)
|
#XXX insert i386-specific variables here (grub...)
|
||||||
[ -z "$GENEXT2FS" ] && GENEXT2FS="genext2fs"
|
[ -z "$GENEXT2FS" ] && GENEXT2FS="genext2fs"
|
||||||
[ -z "$LDSO" ] && LDSO="$DESTDIR/$PREFIX/libexec/loader.so"
|
[ -z "$LDSO" ] && LDSO="/lib/ld-linux.so.2"
|
||||||
|
|
||||||
|
|
||||||
#includes
|
#includes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user