wok-6.x diff parallel/receipt @ rev 23852
binutils: can assemble x86_64 again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 15 17:07:36 2020 +0000 (2020-06-15) |
parents | 5214b716a41a |
children | 71360a13cd94 |
line diff
1.1 --- a/parallel/receipt Fri May 31 17:07:56 2019 +0100 1.2 +++ b/parallel/receipt Mon Jun 15 17:07:36 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="parallel" 1.7 -VERSION="20190522" 1.8 +VERSION="20200322" 1.9 CATEGORY="base-system" 1.10 TAGS="sync" 1.11 SHORT_DESC="A tool for executing jobs in parallel using one or more computers." 1.12 @@ -29,5 +29,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $install/usr/bin $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 }