fixed typo

This commit is contained in:
voidoak_ 2022-01-01 15:21:59 -06:00 committed by GitHub
parent 6bd09efb05
commit febfb18a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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