wok-next diff libpifacedigital/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 737e56a641f7
children c4e53a39395a
line diff
     1.1 --- a/libpifacedigital/receipt	Wed May 07 17:53:40 2014 +0200
     1.2 +++ b/libpifacedigital/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -34,6 +34,6 @@
     1.4  	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/include
     1.5  	cp -a ${src}/${PACKAGE}.a ${fs}/usr/lib
     1.6  	cp -a ${src}/pifacedigital ${fs}/usr/bin
     1.7 -	cp -a ${src}/example ${fs}/usr/bin/pifacedigital-example
     1.8 +	cp -a ${src}/example ${fs}/usr/bin/pifacedigital-test
     1.9  	cp -a ${src}/src/pifacedigital.h ${fs}/usr/include
    1.10  }