diff options
Diffstat (limited to 'repo/x11/libxcvt.xibuild')
-rw-r--r-- | repo/x11/libxcvt.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libxcvt.xibuild b/repo/x11/libxcvt.xibuild index 01df10f..b0f7397 100644 --- a/repo/x11/libxcvt.xibuild +++ b/repo/x11/libxcvt.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson ninja) -DEPS=(glibc) +MAKEDEPS="meson ninja" +DEPS="glibc" PKG_VER=0.1.1 SOURCE=https://www.x.org/pub/individual/lib/libxcvt-$PKG_VER.tar.xz |