wok diff lxappearance/receipt @ rev 13394

Up glib (2.32.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 26 09:31:22 2012 +0200 (2012-09-26)
parents 40a7bb2d537a
children 5e52034511d0
line diff
     1.1 --- a/lxappearance/receipt	Thu Nov 10 03:10:17 2011 +0000
     1.2 +++ b/lxappearance/receipt	Wed Sep 26 09:31:22 2012 +0200
     1.3 @@ -18,15 +18,14 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 -	make DESTDIR=$PWD/_pkg install
     1.9 +	make && make DESTDIR=$DESTDIR install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/share
    1.16 -    cp -a $_pkg/usr/bin $fs/usr
    1.17 -    cp -a $_pkg/usr/share/lxappearance $fs/usr/share
    1.18 -    cp -a $_pkg/usr/share/applications $fs/usr/share
    1.19 +    cp -a $install/usr/bin $fs/usr
    1.20 +    cp -a $install/usr/share/lxappearance $fs/usr/share
    1.21 +    cp -a $install/usr/share/applications $fs/usr/share
    1.22  }