From 2f6c333a5bcef47d9fee59f180fa827cb24290d4 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 19 May 2022 00:43:19 +0100 Subject: fixed self dependency on sort --- repo/util/sort/sort.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/util/sort/sort.xibuild b/repo/util/sort/sort.xibuild index 5310d1b..bea90f2 100644 --- a/repo/util/sort/sort.xibuild +++ b/repo/util/sort/sort.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="make sort" +MAKEDEPS="make" DEPS="musl sh" PKG_VER=0.8.6 -- cgit v1.2.1