mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
[android-x86] use alacritty
This commit is contained in:
parent
fb1323d55e
commit
467de7c8ec
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ rm -fr usr
|
|||
mv android-${VERSION} ${PRGNAM}
|
||||
|
||||
mkdir -p $PKG$PREFIX/bin/
|
||||
cp $REPOSITORY/${PRGNAM}.sh $PKG$PREFIX/bin/
|
||||
cp $CWD/${PRGNAM}.sh $PKG$PREFIX/bin/
|
||||
chmod 755 $PKG$PREFIX/bin/${PRGNAM}.sh
|
||||
|
||||
mkdir -p $PKG$PREFIX/share/${PRGNAM}
|
||||
|
|
|
@ -15,7 +15,7 @@ continue_or_stop()
|
|||
}
|
||||
|
||||
QEMU_ARCH=`uname -m`
|
||||
QEMU="xterm -e qemu-system-${QEMU_ARCH}"
|
||||
QEMU="alacritty -e qemu-system-${QEMU_ARCH}"
|
||||
|
||||
which $QEMU > /dev/null 2>&1 || QEMU=qemu-system-i386
|
||||
if ! which $QEMU > /dev/null 2>&1; then
|
||||
|
|
Loading…
Reference in a new issue