wok diff catalyst/receipt @ rev 8647

Fixed xz post_remove.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:35:52 2011 +0000 (2011-02-15)
parents 0e0263019e74
children cbfb348cb173
line diff
     1.1 --- a/catalyst/receipt	Sat Jan 22 16:06:23 2011 +0000
     1.2 +++ b/catalyst/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  DEPENDS="xorg-server mesa mesa-dri libdrm linux-drm fontconfig linux-agp xorg-libSM xorg-libXi xorg-libXcursor"
     1.5  BUILD_DEPENDS="linux xorg-server linux-module-headers"
     1.6  TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run"
     1.7 -WGET_URL="http://www2.ati.com/drivers/linux/$TARBALL"
     1.8 +WGET="http://www2.ati.com/drivers/linux/$TARBALL"
     1.9  TAGS="drivers graphic video"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -21,7 +21,7 @@
    1.13  	cd $WOK/$PACKAGE
    1.14  	[ -f $SOURCES_REPOSITORY/$TARBALL ] && cp $SOURCES_REPOSITORY/$TARBALL .
    1.15  	if [ ! -f $TARBALL ]; then
    1.16 -		wget $WGET_URL
    1.17 +		wget $WGET
    1.18  		cp $TARBALL $SOURCES_REPOSITORY
    1.19  	fi
    1.20      
    1.21 @@ -34,6 +34,7 @@
    1.22  	cd $src
    1.23  	patch -Np1 -i ../stuff/makefile_compat.patch
    1.24  	patch -Np1 -i ../stuff/$PACKAGE-${KERNEL_VERSION}.patch
    1.25 +	patch -Np1 -i ../stuff/sema_init.patch
    1.26  	cd $src/common/lib/modules/fglrx/build_mod
    1.27  	cp $src/arch/x86/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4 . 
    1.28  	cp 2.6.x/Makefile .