17
0
Files
opengl-games-utils/use-posix-shell.patch
Dirk Stoecker f32ad9b4bd Accepting request 971946 from home:susnux:branches:games
- Update to version 0.2
  * Recognize software rendering as such now that it is done with
    gallium llvmpipe, rather then the classic software renderer
  * Add a new hasDri function to opengl-game-functions.sh
- Add use-posix-shell.patch
- Use SourceURLs

OBS-URL: https://build.opensuse.org/request/show/971946
OBS-URL: https://build.opensuse.org/package/show/games/opengl-games-utils?expand=0&rev=7
2022-05-04 07:17:54 +00:00

7 lines
127 B
Diff

++++++ opengl-game-wrapper.sh
--- opengl-game-wrapper.sh
+++ opengl-game-wrapper.sh
@@ -1,1 +1,1 @@
-#!/bin/bash
+#!/bin/sh -e