mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.3-2
This commit is contained in:
parent
d5421aa9ad
commit
1faa9ae42a
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=distcc
|
||||
pkgver=3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Distributed C, C++ and Objective-C compiler'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/distcc/distcc'
|
||||
|
@ -74,6 +74,8 @@ package() {
|
|||
install -d "$pkgdir/usr/lib/$pkgname/bin"
|
||||
for bin in c++ cc cpp g++ gcc; do
|
||||
ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
|
||||
# Additional symlinks are needed, see FS#57978
|
||||
ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue