foot: use alacritty instead of foot

This commit is contained in:
Ella-0 2021-06-20 21:27:29 +00:00
parent 94dd287d27
commit ce0f7937d2

View file

@ -32,6 +32,8 @@ build() {
package() {
cd $pkgname-$pkgver
DESTDIR=$pkgdir zig build --prefix /usr install
# Igluinx has alacritty packaged
sed -i 's/foot/alacritty/g' $pkgdir/etc/river/init
}
license() {