wok-next diff symlinks/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 0e7893ac206d |
children |
line diff
1.1 --- a/symlinks/receipt Sat Feb 24 16:17:33 2018 +0200 1.2 +++ b/symlinks/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -12,8 +12,10 @@ 1.4 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.5 1.6 compile_rules() { 1.7 - make 1.8 - install -Dm755 $src/symlinks $install/usr/bin/symlinks 1.9 + make || return 1 1.10 + install -Dm755 symlinks $install/usr/bin/symlinks 1.11 + install -Dm644 symlinks.8 $install/usr/share/man/man8/symlinks.8 1.12 + cook_pick_docs Readme.md 1.13 } 1.14 1.15 genpkg_rules() {