forked from pool/intel-gpu-tools
Re-introduce version 1.26 to distribution (was present in 15.2) Now using meson build system (drop u_respect_cflags.patch) Split devel files OBS-URL: https://build.opensuse.org/request/show/893367 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/intel-gpu-tools?expand=0&rev=1
11 lines
258 B
Diff
11 lines
258 B
Diff
Index: tools/intel_gpu_abrt
|
|
===================================================================
|
|
--- tools/intel_gpu_abrt.orig
|
|
+++ tools/intel_gpu_abrt
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/sh
|
|
+#!/bin/bash
|
|
|
|
if [ $(id -ru) -ne 0 ]; then
|
|
echo "$0 must be run as root"
|