wok-stable diff rapidsvn/receipt @ rev 12084

busybox: su should not chdir
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 09 18:20:06 2012 +0100 (2012-03-09)
parents ece095a22816
children
line diff
     1.1 --- a/rapidsvn/receipt	Wed Dec 21 00:14:45 2011 +0100
     1.2 +++ b/rapidsvn/receipt	Fri Mar 09 18:20:06 2012 +0100
     1.3 @@ -26,7 +26,8 @@
     1.4  		--with-neon-config=neon-config \
     1.5  		--with-wx-config=wx-config \
     1.6  		--with-svn-include=/usr/include \
     1.7 -		--with-svn-lib=/usr/lib &&
     1.8 +		--with-svn-lib=/usr/lib \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12