From 1daf71c2980b1920bbdc2f07af669ebf6f0f82d6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 12 Mar 2022 23:00:02 +0000 Subject: added patches for broken files --- repo/system/bzip2.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/bzip2.xibuild') diff --git a/repo/system/bzip2.xibuild b/repo/system/bzip2.xibuild index f775eee..d0d42f6 100644 --- a/repo/system/bzip2.xibuild +++ b/repo/system/bzip2.xibuild @@ -28,7 +28,7 @@ package () { cp -a libbz2.so.$PKG_VER $PKG_DEST/usr/lib/libbz2.so cp bzip2-shared $PKG_DEST/usr/bin/bzip2 - for i in $PKG_DEST/usr/bin/{bzcat,bunzip2}; do + for i in $PKG_DEST/usr/bin/bzcat $PKG_DEST/usr/bin/bunzip2; do ln -sf bzip2 $i done -- cgit v1.2.1