wok diff xz/receipt @ rev 9034

Fixed gtkperf. It needs DESTDIR=DESTDIR in order to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 17:27:09 2011 +0000 (2011-03-03)
parents b3aca2070330
children 221336519316
line diff
     1.1 --- a/xz/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.2 +++ b/xz/receipt	Thu Mar 03 17:27:09 2011 +0000
     1.3 @@ -44,10 +44,12 @@
     1.4  	echo "Processing pre-install commands..."
     1.5  	echo -n "Removing all Busybox replaced utils... "
     1.6  	rm -f $root/usr/bin/unlzma
     1.7 +	rm -f $root/usr/bin/lzcat
     1.8  	status
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13  	ln -s /bin/busybox $1/usr/bin/unlzma
    1.14 +	ln -s /bin/busybox $1/usr/bin/lzcat
    1.15  }