]> git.pld-linux.org Git - packages/blender.git/commitdiff
- more s/_libdir/_datadir/
authorSzymon Siwek <sls@pld-linux.org>
Sun, 25 Nov 2007 06:21:38 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-wrapper -> 1.3

blender-wrapper

index e114b5bd9f2e10bd3bc3bd32e46ac49d2a74fe80..8859b958caf4d615e5a7e29eb54c76b790412369 100644 (file)
@@ -36,9 +36,9 @@ fi
 #
 
 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
+    cp -a /usr/share/blender/bpydata ~/.blender
+    ln -sf /usr/share/blender/scripts/* ~/.blender/scripts/
+    cp -a /usr/share/blender/VERSION ~/.blender
 fi
 
 blender-bin $@
This page took 0.194411 seconds and 4 git commands to generate.