mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
fix for gcc pkgbuild
This commit is contained in:
parent
fd7bceeef1
commit
44c231f771
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ package_gcc()
|
|||
|
||||
# unfortunately it is much, much easier to install the lot and clean-up the mess...
|
||||
make -j1 DESTDIR=${pkgdir} install
|
||||
rm -f $pkgdir/usr/bin/{{$CHOST-,}gfortran}
|
||||
rm -f $pkgdir/usr/bin/{$CHOST-,}gfortran
|
||||
rm -f $pkgdir/usr/lib/*.so*
|
||||
rm -f $pkgdir/usr/lib/lib{ffi,gfortran,,objc,quadmath}.a
|
||||
rm -f $pkgdir/usr/lib/libgfortran.spec
|
||||
|
|
Loading…
Reference in a new issue