mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/pjproject fix
This commit is contained in:
parent
b88c088bbb
commit
c267aef490
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ build() {
|
|||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make -j1 DESTDIR=${pkgdir} install
|
||||
install -D -m755 pjsip-apps/bin/pjsua-*gnu ${pkgdir}/usr/bin/pjsua
|
||||
install -D -m755 pjsip-apps/bin/pjsua-*gnu* ${pkgdir}/usr/bin/pjsua
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue