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:
parent
5075aa3523
commit
cce5fc272f
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue