wok diff grisbi/receipt @ rev 20880

updated emerald and emerald-themes (0.8.12.1 -> 0.8.14)
author Hans-G?nter Theisgen
date Sun Feb 24 17:33:44 2019 +0100 (2019-02-24)
parents 033f4b0fc8e1
children 370da83187ab
line diff
     1.1 --- a/grisbi/receipt	Thu Apr 03 09:22:13 2014 +0000
     1.2 +++ b/grisbi/receipt	Sun Feb 24 17:33:44 2019 +0100
     1.3 @@ -17,7 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure --prefix=/usr \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11 @@ -27,5 +26,9 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $install/usr $fs
    1.16 +	mkdir -p $fs/usr/share
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	for i in applications grisbi icons pixmaps; do
    1.19 +		cp -a $install/usr/share/$i $fs/usr/share
    1.20 +	done
    1.21  }