device-samsung-lt023g: fix call to devicepkg_build

"$pkgname " was pasted in there by mistake.

Fixes: cfac29e5 ("device-samsung-lt023g: add audio subpkg to install pw")
This commit is contained in:
Oliver Smith 2025-04-18 09:52:08 +02:00
parent 5075aa3523
commit cce5fc272f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -13,7 +13,7 @@ source="deviceinfo device-ssp.start HiFi.conf emei-dkb-hifi.conf"
subpackages="$pkgname-audio"
build() {
devicepkg_build $startdi$pkgname r $pkgname
devicepkg_build $startdir $pkgname
}
package() {