wok diff raptor/receipt @ rev 8978

Fixed raptor.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 10:14:40 2011 +0000 (2011-03-02)
parents 2c125e3436ba
children 7f4ee0588d9b
line diff
     1.1 --- a/raptor/receipt	Tue Oct 19 05:03:37 2010 +0000
     1.2 +++ b/raptor/receipt	Wed Mar 02 10:14:40 2011 +0000
     1.3 @@ -15,9 +15,9 @@
     1.4  
     1.5  compile_rules() {
     1.6    cd $src
     1.7 -  ./configure --prefix=/usr --disable-static &&
     1.8 +  ./configure --disable-static &&
     1.9    make &&
    1.10 -  make prefix=$PWD/_pkg/usr install 
    1.11 +  make prefix=/usr install 
    1.12  }
    1.13  	
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.