wok diff lxappearance/receipt @ rev 13062

Up: geany-plugins to 0.21.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 20 17:20:12 2012 +0000 (2012-06-20)
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 Jun 20 17:20:12 2012 +0000
     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  }