wok diff linux64-aufs/receipt @ rev 19415

make-slitaz-icons: add multimedia-video-player icon
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 24 16:49:43 2016 +0300 (2016-09-24)
parents bf1acce7f66c
children 6d5dc1d4590e
line diff
     1.1 --- a/linux64-aufs/receipt	Fri Sep 18 10:24:24 2015 +0200
     1.2 +++ b/linux64-aufs/receipt	Sat Sep 24 16:49:43 2016 +0300
     1.3 @@ -32,15 +32,15 @@
     1.4  		-e 's|CONFIG_AUFS_BR_RAMFS =.*|CONFIG_AUFS_BR_RAMFS = y|' \
     1.5  		-e 's|CONFIG_AUFS_INO_T_64 =.*|CONFIG_AUFS_INO_T_64 = y|' \
     1.6  		-e 's|CONFIG_AUFS_DEBUG =.*|CONFIG_AUFS_DEBUG =|' config.mk
     1.7 -		
     1.8 +
     1.9  	# The sed fixes are from gentoo portage build.
    1.10  	sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile
    1.11  	sed -i "s:__user::g" include/linux/aufs_type.h
    1.12 -	
    1.13 +
    1.14  	# Linux 3.2.71 support
    1.15  	sed -i 's/d_u.d_child/d_child/' fs/aufs/dcsub.c fs/aufs/hnotify.c
    1.16  	sed -i 's/ d_alias/ d_u.d_alias/' fs/aufs/hnotify.c fs/aufs/export.c
    1.17 -	
    1.18 +
    1.19  	make -j 1 KDIR=/usr/src/linux
    1.20  	xz -f fs/aufs/aufs.ko
    1.21  }
    1.22 @@ -59,12 +59,10 @@
    1.23  # Post install/remove commands for Tazpkg.
    1.24  post_install()
    1.25  {
    1.26 -	echo "Processing post-install commands..."
    1.27  	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz64
    1.28  }
    1.29  
    1.30  post_remove()
    1.31  {
    1.32 -	echo "Processing post-remove commands..."
    1.33  	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz64
    1.34  }