wok-6.x rev 18208
Up blender (2.75a), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 15 17:46:58 2015 +0200 (2015-07-15) |
parents | 31a706dd3e01 |
children | feb2e0c63d21 |
files | blender/receipt |
line diff
1.1 --- a/blender/receipt Wed Jul 15 16:39:49 2015 +0200 1.2 +++ b/blender/receipt Wed Jul 15 17:46:58 2015 +0200 1.3 @@ -43,15 +43,6 @@ 1.4 make $MAKEFLAGS 1.5 make DESTDIR=$DESTDIR install 1.6 python3 -m compileall "$DESTDIR/usr/share/blender" 1.7 - cp -rf $src/release/plugins/* $src/source/blender/blenpluginapi 1.8 - cd $src/source/blender/blenpluginapi 1.9 - chmod 755 bmake 1.10 - make 1.11 - for i in sequence texture; do 1.12 - mkdir -p $DESTDIR/usr/share/blender/${VERSION%[a-z]}/plugins/$i 1.13 - cp -a $src/source/blender/blenpluginapi/$i/*.so \ 1.14 - $DESTDIR/usr/share/blender/${VERSION%[a-z]}/plugins/$i/ 1.15 - done 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg.