summaryrefslogtreecommitdiff
path: root/repo/x11/xf86-video-ati.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xf86-video-ati.xibuild')
-rw-r--r--repo/x11/xf86-video-ati.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xf86-video-ati.xibuild b/repo/x11/xf86-video-ati.xibuild
index 146fd85..1bcdcda 100644
--- a/repo/x11/xf86-video-ati.xibuild
+++ b/repo/x11/xf86-video-ati.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(xorg-server mesa)
+MAKEDEPS="make"
+DEPS="xorg-server mesa"
DESC="X.org ATI video driver"