diff options
Diffstat (limited to 'repo/system/dbus.xibuild')
-rw-r--r-- | repo/system/dbus.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/dbus.xibuild b/repo/system/dbus.xibuild index 1078cd8..d65978e 100644 --- a/repo/system/dbus.xibuild +++ b/repo/system/dbus.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(elogind) +MAKEDEPS="make " +DEPS="elogind" PKG_VER=1.12.20 SOURCE=https://dbus.freedesktop.org/releases/dbus/dbus-$PKG_VER.tar.gz |