diff options
Diffstat (limited to 'repo/x11/xclock.xibuild')
-rw-r--r-- | repo/x11/xclock.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/xclock.xibuild b/repo/x11/xclock.xibuild index b7c1960..14e1307 100644 --- a/repo/x11/xclock.xibuild +++ b/repo/x11/xclock.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(libx11 libxmu libxaw libxrender libxft libxkbfile) +MAKEDEPS="make" +DEPS="libx11 libxmu libxaw libxrender libxft libxkbfile" DESC="X clock from X.Org" |