]> git.pld-linux.org Git - packages/blender.git/commitdiff
- fix bug
authorGreg Jaskiewicz <gryzman@gmail.com>
Sat, 19 Feb 2005 23:42:20 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-wrapper -> 1.2

blender-wrapper

index c7e0f807b299149b4b25bea4bb2bb3c121dbd87f..e114b5bd9f2e10bd3bc3bd32e46ac49d2a74fe80 100644 (file)
@@ -35,7 +35,7 @@ fi
 # should be reinstalled.
 #
 
-if [ $(cat ~/.blender/VERSION) != $(cat /usr/lib/blender/VERSION) ]; then
+if [ $(cat ~/.blender/VERSION) != $(cat /usr/share/blender/VERSION) ]; then
     cp -a /usr/lib/blender/bpydata ~/.blender
     ln -sf /usr/lib/blender/scripts/* ~/.blender/scripts/
     cp -a /usr/lib/blender/VERSION ~/.blender
This page took 0.099674 seconds and 4 git commands to generate.