wok diff mtop/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 81601463d8a0
children 7896f0694ef6
line diff
     1.1 --- a/mtop/receipt	Sun Nov 23 11:16:02 2008 +0000
     1.2 +++ b/mtop/receipt	Mon Aug 05 11:40:01 2013 +0300
     1.3 @@ -14,15 +14,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	perl Makefile.PL --prefix=/usr &&
     1.9  	make &&
    1.10 -	make DESTDIR=$PWD/_pkg install
    1.11 +	make DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	cp -a $_pkg/usr $fs
    1.18 +	cp -a $install/usr $fs
    1.19  }
    1.20