renamed target directory
parent
33fdc2c817
commit
460c18a1d1
|
|
@ -2,17 +2,7 @@
|
||||||
|
|
||||||
. ../.config
|
. ../.config
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
INITRAMFS=/tmp/$LIVEKITNAME-initramfs-$$
|
||||||
if [ -z "$MYARCH" ]; then
|
|
||||||
case "$( uname -m )" in
|
|
||||||
i?86) export MYARCH=i486 ;;
|
|
||||||
arm*) export MYARCH=arm ;;
|
|
||||||
# Unless $MYARCH is already set, use uname -m for all other archs:
|
|
||||||
*) export MYARCH=$( uname -m ) ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
INITRAMFS=/tmp/livekit-initramfs-$MYARCH-$$
|
|
||||||
|
|
||||||
# copy file to initramfs tree, including
|
# copy file to initramfs tree, including
|
||||||
# all library dependencies (as shown by ldd)
|
# all library dependencies (as shown by ldd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue