wok diff ppp/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 96a79b0c83ee
children e85c838301ad
line diff
     1.1 --- a/ppp/receipt	Tue May 12 08:46:15 2015 +0200
     1.2 +++ b/ppp/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -18,6 +18,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	case "$ARCH" in
     1.8 +	arm*)
     1.9 +		export PATH=/cross/arm/tools/arm-slitaz-linux-gnueabi/bin:$PATH
    1.10 +	esac
    1.11  	./configure --prefix=/usr \
    1.12  		$CONFIGURE_ARGS &&
    1.13  	make &&