diff options
Diffstat (limited to 'repo/x11/xf86-video-amdgpu.xibuild')
-rw-r--r-- | repo/x11/xf86-video-amdgpu.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xf86-video-amdgpu.xibuild b/repo/x11/xf86-video-amdgpu.xibuild index 1f69a92..89b8e80 100644 --- a/repo/x11/xf86-video-amdgpu.xibuild +++ b/repo/x11/xf86-video-amdgpu.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(xorg-server mesa) +MAKEDEPS="make" +DEPS="xorg-server mesa" DESC="X.org amdgpu video driver" |