wok diff btrfs-progs/receipt @ rev 8713

Fixed avidemux.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 18:20:31 2011 +0000 (2011-02-17)
parents 0bfc368acd0d
children ce496ecccf24
line diff
     1.1 --- a/btrfs-progs/receipt	Sun May 02 02:51:13 2010 +0000
     1.2 +++ b/btrfs-progs/receipt	Thu Feb 17 18:20:31 2011 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	make &&
     1.8 +	make all convert &&
     1.9  	make DESTDIR=$PWD/_pkg prefix=/usr install
    1.10  }
    1.11