wok diff enlightenment-pam/receipt @ rev 8245

Fixed aufs post_remove function.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 29 02:47:25 2011 +0000 (2011-01-29)
parents b68b4f934ba7
children 85cd798d6997
line diff
     1.1 --- a/enlightenment-pam/receipt	Tue Mar 02 18:31:54 2010 +0100
     1.2 +++ b/enlightenment-pam/receipt	Sat Jan 29 02:47:25 2011 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  		--infodir=/usr/share/info \
     1.5  		--mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11