wok rev 9690

xorg-libXaw: clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 06 22:06:01 2011 +0000 (2011-05-06)
parents f305820cb04d
children 9624c47bd4ee
files xorg-libXaw/receipt
line diff
     1.1 --- a/xorg-libXaw/receipt	Fri May 06 22:03:25 2011 +0000
     1.2 +++ b/xorg-libXaw/receipt	Fri May 06 22:06:01 2011 +0000
     1.3 @@ -16,16 +16,15 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    ./configure --prefix=/usr --sysconfdir=/etc \
     1.8 -    --mandir=/usr/share/man --localstatedir=/var \
     1.9 -    $CONFIGURE_ARGS &&
    1.10 +    ./configure --sysconfdir=/etc \
    1.11 +	 	--localstatedir=/var &&
    1.12      make &&
    1.13 -    make DESTDIR=$PWD/_pkg install
    1.14 +    make install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.22 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.23  }