]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
move -gl_driver option
authorRudolf Polzer <divverent@alientrap.org>
Tue, 8 Mar 2011 21:59:21 +0000 (22:59 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 8 Mar 2011 21:59:21 +0000 (22:59 +0100)
misc/tools/xonotic-map-compiler-autobuild

index 678634ad2d4bb360e0e81e0956808af68941f7ab..99db2868fa6b90aa4a7d0de904a874c8785a2dd7 100755 (executable)
@@ -229,7 +229,7 @@ screenshotthemap()
                        misc/tools/xonotic-map-screenshot "$M" $screenshot_override +"scr_screenshot_name \"$M-\""
                else
                        #startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" -- :8
-                       startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" -gl_driver /usr/local/lib/gallium3d/libGL.so $screenshot_override +"scr_screenshot_name \"$M-\"" -- /usr/bin/Xvfb :8 -screen 0 1024x768x24
+                       startx "$PWD/misc/tools/xonotic-map-screenshot" "$M" $screenshot_override +"scr_screenshot_name \"$M-\"" -gl_driver /usr/local/lib/gallium3d/libGL.so -- /usr/bin/Xvfb :8 -screen 0 1024x768x24
                fi
        )
        if ! mv ~/.xonotic/data/screenshots "$M-$blobhash"; then