From 05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 19 Dec 2022 23:07:05 +0000 Subject: Making things work --- repo/xmlto/xmlto.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/xmlto') diff --git a/repo/xmlto/xmlto.xibuild b/repo/xmlto/xmlto.xibuild index 0efc381..82b9cf4 100644 --- a/repo/xmlto/xmlto.xibuild +++ b/repo/xmlto/xmlto.xibuild @@ -1,7 +1,7 @@ #!/bin/sh -MAKEDEPS="make " -DEPS="libxslt" +MAKEDEPS="make util-linux" +DEPS="libxslt util-linux" PKG_VER=0.0.28 SOURCE=https://releases.pagure.org/xmlto/xmlto-$PKG_VER.tar.bz2 -- cgit v1.2.1