commit 50caf8453c6cd6893dd440f28d0476fb55aefc49 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Aug 29 13:10:14 2016 +1000 gcc-fortran-ccache-bindings: fix missing symlink diff --git a/gcc-fortran-ccache-bindings/.footprint b/gcc-fortran-ccache-bindings/.footprint index 3b02049..3fac3f1 100644 --- a/gcc-fortran-ccache-bindings/.footprint +++ b/gcc-fortran-ccache-bindings/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/ccache/ +lrwxrwxrwx root/root usr/lib/ccache/f77 -> ../../bin/ccache lrwxrwxrwx root/root usr/lib/ccache/f90 -> ../../bin/ccache lrwxrwxrwx root/root usr/lib/ccache/f95 -> ../../bin/ccache lrwxrwxrwx root/root usr/lib/ccache/gfortran -> ../../bin/ccache diff --git a/gcc-fortran-ccache-bindings/Pkgfile b/gcc-fortran-ccache-bindings/Pkgfile index b3d4544..8f45f70 100644 --- a/gcc-fortran-ccache-bindings/Pkgfile +++ b/gcc-fortran-ccache-bindings/Pkgfile @@ -2,15 +2,16 @@ # URL: http://gcc.gnu.org/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me -# Depends on: gcc-fortran ccache +# Depends on: ccache name=gcc-fortran-ccache-bindings version=1 -release=1 +release=2 source=() build() { install -d $PKG/usr/lib/ccache + ln -s ../../bin/ccache $PKG/usr/lib/ccache/f77 ln -s ../../bin/ccache $PKG/usr/lib/ccache/f90 ln -s ../../bin/ccache $PKG/usr/lib/ccache/f95 ln -s ../../bin/ccache $PKG/usr/lib/ccache/gfortran