wok-next diff pbzip2/receipt @ rev 21057
Deal with HOST_ARCH="any"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 03 14:47:30 2018 +0200 (2018-12-03) |
parents | 8e1b2a143eb3 |
children | 82b613cfd1e0 |
line diff
1.1 --- a/pbzip2/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/pbzip2/receipt Mon Dec 03 14:47:30 2018 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 compile_rules() { 1.6 make && 1.7 - install -Dm 755 $src/pbzip2 $install/usr/bin/pbzip2 1.8 + install -Dm755 pbzip2 $install/usr/bin/pbzip2 1.9 } 1.10 1.11 genpkg_rules() {