mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/pjproject fix
This commit is contained in:
parent
261fb85e9f
commit
b06b0120cc
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