wok-next diff sdft/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents cd7906120828
children
line diff
     1.1 --- a/sdft/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/sdft/receipt	Tue May 05 16:55:11 2020 +0100
     1.3 @@ -7,8 +7,9 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="http://www.slitaz.org/"
     1.7 +HOST_ARCH="any"
     1.8  REPOLOGY="-"
     1.9  
    1.10 -genpkg_rules() {
    1.11 -	install -Dm755 $stuff/sdft $fs/usr/bin/sdft
    1.12 +compile_rules() {
    1.13 +	install -Dm755 $stuff/sdft $install/usr/bin/sdft
    1.14  }