wok-6.x rev 13123
gfortran: Add /usr/lib/libgfortran.spec file.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jul 04 21:59:40 2012 +0000 (2012-07-04) |
parents | 8eb478641728 |
children | c4e902c21301 |
files | gfortran/receipt |
line diff
1.1 --- a/gfortran/receipt Wed Jul 04 21:41:20 2012 +0000 1.2 +++ b/gfortran/receipt Wed Jul 04 21:59:40 2012 +0000 1.3 @@ -16,6 +16,7 @@ 1.4 mkdir -p $fs/usr/lib/gcc/$HOST_SYSTEM/$VERSION $fs/usr/bin 1.5 cp -a $install/usr/bin/*gfortran $fs/usr/bin 1.6 cp -a $install/usr/lib/libgfortran*a $fs/usr/lib 1.7 + cp -a $install/usr/lib/libgfortran.spec $fs/usr/lib 1.8 cp -a $install/usr/lib/gcc/$HOST_SYSTEM/$VERSION/f* \ 1.9 $fs/usr/lib/gcc/$HOST_SYSTEM/$VERSION 1.10 cp -a $install/usr/lib/gcc/$HOST_SYSTEM/$VERSION/libgfortran* \