wok rev 14163

mtop: clean up receipt
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Mar 07 19:05:43 2013 -0800 (2013-03-07)
parents 0bf456387ed6
children 81cc5efd0446
files mtop/receipt
line diff
     1.1 --- a/mtop/receipt	Thu Mar 07 14:21:24 2013 -0800
     1.2 +++ b/mtop/receipt	Thu Mar 07 19:05:43 2013 -0800
     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