# HG changeset patch # User Samuel Trassare # Date 1362711943 28800 # Node ID 6ee670da65cd6ecf513b0784bb6855c17a3544ea # Parent 0bf456387ed62d67b172c1154acf01f1fa5068ec mtop: clean up receipt diff -r 0bf456387ed6 -r 6ee670da65cd mtop/receipt --- a/mtop/receipt Thu Mar 07 14:21:24 2013 -0800 +++ b/mtop/receipt Thu Mar 07 19:05:43 2013 -0800 @@ -14,15 +14,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }