summaryrefslogtreecommitdiff
path: root/repo/x11/xeyes.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xeyes.xibuild')
-rw-r--r--repo/x11/xeyes.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xeyes.xibuild b/repo/x11/xeyes.xibuild
index cca8801..39a175e 100644
--- a/repo/x11/xeyes.xibuild
+++ b/repo/x11/xeyes.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(libx11 libxt libxext libxmu libxrender libxi)
+MAKEDEPS="make"
+DEPS="libx11 libxt libxext libxmu libxrender libxi"
DESC="Eyes that follow the mouse, X demo"