wok diff lz4/receipt @ rev 19884
bluez: add /usr/bin/bluepin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 03 17:30:48 2017 +0200 (2017-04-03) |
parents | 88dbf519f075 |
children | f01216c54b22 |
line diff
1.1 --- a/lz4/receipt Mon Feb 13 10:26:05 2017 +0100 1.2 +++ b/lz4/receipt Mon Apr 03 17:30:48 2017 +0200 1.3 @@ -25,4 +25,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/bin 1.6 cp -a $install/usr/bin/lz4 $fs/usr/bin 1.7 + cp -a $install/usr/bin/lz4cat $fs/usr/bin 1.8 + cp -a $install/usr/bin/unlz4 $fs/usr/bin 1.9 }