wok diff sc-im/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 59e7941d8658
children 0b484bb7209b
line diff
     1.1 --- a/sc-im/receipt	Tue Jan 15 14:45:17 2019 +0100
     1.2 +++ b/sc-im/receipt	Fri Jan 03 16:08:36 2020 +0100
     1.3 @@ -16,11 +16,13 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/src
     1.7 -	# name = scim , to keep the same name as in version 0.6.0
     1.8 -	make -j1 name=scim prefix=/usr && make install name=scim prefix=/usr
     1.9 +	# Do not override name = scim in Makefile,
    1.10 +	# in order to avoid conflicts with the package scim
    1.11 +	make -j1 prefix=/usr && make install prefix=/usr
    1.12  }
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cook_copy_files scim scim_help
    1.17 +	# Program name changed to sc-im
    1.18 +	cook_copy_files sc-im sc-im_help
    1.19  }