wok diff mtop/receipt @ rev 10243

Up: libmowgli to 0.9.50.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 01:42:40 2011 +0000 (2011-05-21)
parents abcb02280dfa
children 6ee670da65cd
line diff
     1.1 --- a/mtop/receipt	Sat Nov 22 21:34:01 2008 +0000
     1.2 +++ b/mtop/receipt	Sat May 21 01:42:40 2011 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	perl Makefile.PL --prefix=/usr/bin &&
     1.8 +	perl Makefile.PL --prefix=/usr &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }
    1.12 @@ -23,7 +23,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp -a $_pkg/usr $fs
    1.19  }
    1.20