wok diff dahdi-linux/receipt @ rev 8721

Fixed freeciv.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 06:06:38 2011 +0000 (2011-02-18)
parents 27c8e74ecc1e
children efa1668c7641
line diff
     1.1 --- a/dahdi-linux/receipt	Fri Nov 26 10:55:03 2010 +0100
     1.2 +++ b/dahdi-linux/receipt	Fri Feb 18 06:06:38 2011 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.asterisk.org/"
     1.6  WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL"
     1.7 -DEPENDS="linux"
     1.8 +DEPENDS="linux udev"
     1.9  #PROVIDE="linux-misdn"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -17,13 +17,14 @@
    1.13  	cd $src
    1.14  	sed -i 's/tar -xof/tar -xf/' drivers/dahdi/firmware/Makefile
    1.15  	[ -d $WOK/linux/taz ] || tazwok cook linux
    1.16 -	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) DESTDIR=$PWD/_pkg install
    1.17 +	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr
    1.24 +	cp -a $_pkg/etc $fs
    1.25  	cp -a $_pkg/dev $fs
    1.26  	cp -a $_pkg/lib $fs
    1.27  	cp -a $_pkg/usr/share $fs/usr