wok-current rev 18443
libgd: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 24 18:27:14 2015 +0200 (2015-09-24) |
parents | 75f34078ddad |
children | 2f4c5bbdd625 |
files | libgd/receipt |
line diff
1.1 --- a/libgd/receipt Thu Sep 24 11:29:26 2015 +0200 1.2 +++ b/libgd/receipt Thu Sep 24 18:27:14 2015 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 cmake . && make && make DESTDIR=$DESTDIR install || return 1 1.5 1.6 cd src 1.7 - ln -sf ../config ../test . 1.8 + cp -a ../config ../test . 1.9 1.10 ./bootstrap.sh 1.11 ./configure \