wok diff nvidia-173xx/receipt @ rev 16566

slitaz-configs: fix build for ARM
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 14:43:27 2014 +0200 (2014-05-01)
parents 164fcaca1cd0
children 9689f1b75619
line diff
     1.1 --- a/nvidia-173xx/receipt	Sat Nov 30 20:43:45 2013 +0000
     1.2 +++ b/nvidia-173xx/receipt	Thu May 01 14:43:27 2014 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {	
     1.7 -	EXTRAVERSION=_${kvers%.*}
     1.8 +	EXTRAVERSION=_${kvers}
     1.9  	
    1.10  	mkdir -p $fs/usr/share $fs/usr/lib/X11 $fs/usr/share/licenses/$PACKAGE \
    1.11  				 $fs/lib/modules/$kvers-slitaz/kernel/drivers/video \
    1.12 @@ -86,7 +86,7 @@
    1.13  post_install()
    1.14  {
    1.15  	echo "Processing post-install commands..."
    1.16 -	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17 +	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.18  	
    1.19  	# correct .desktop file file
    1.20  	sed -i 's:__UTILS_PATH__/::' $1/usr/share/applications/nvidia-settings.desktop
    1.21 @@ -116,5 +116,3 @@
    1.22  	echo "Processing post-remove commands..."
    1.23  	depmod -a
    1.24  }
    1.25 -
    1.26 -TAZBB_NO_INSTALL="because this is not hardware neutral"