fix typo in PKGBUILD

This commit is contained in:
speedie 2023-03-24 14:39:36 +01:00
parent eebad002cd
commit 688535effe

View file

@ -26,6 +26,6 @@ build(){
package() {
cd "$pkgname-$pkgver"
make PREFIX=/usr DESTDIR="$pkgdir" CC=tcc install
make PREFIX=/usr DESTDIR="$pkgdir" CC=gcc install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}