wok-next diff symlinks/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 0e7893ac206d
children
line diff
     1.1 --- a/symlinks/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/symlinks/receipt	Sun Sep 27 14:34:31 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() {