wok-next diff libgd/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 17e313b5b9c1
children daa754d4b004
line diff
     1.1 --- a/libgd/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/libgd/receipt	Thu Feb 25 15:02:38 2016 +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 \