pocketsphinx: remove redundancies

This commit is contained in:
éclairevoyant 2023-04-29 10:29:50 -04:00
parent e8a6dc3118
commit 386aeb7417
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
1 changed files with 2 additions and 3 deletions

View File

@ -25,8 +25,7 @@ build() {
package() {
cd $pkgname-$pkgver
DESTDIR="$pkgdir" cmake --build build --target install
DESTDIR="$pkgdir" cmake --install build
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -D -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}