From 351475505e29e8027bca31adf952529b055fb34f Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Feb 2025 19:11:26 +0300 Subject: [PATCH] xfsprogs --- hardware/disk/xfsprogs/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/disk/xfsprogs/actions.py b/hardware/disk/xfsprogs/actions.py index 83e3720571..99c00c3aa1 100644 --- a/hardware/disk/xfsprogs/actions.py +++ b/hardware/disk/xfsprogs/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.system("sed -r -i 's/\$\(LIBICU_LIBS\)/\0 -licuuc/' scrub/Makefile") + shelltools.system("sed -i 's/icu-i18n/icu-uc &/' configure") shelltools.export("OPTIMIZER", "%s" % get.CFLAGS()) shelltools.export("DEBUG", "-DNDEBUG")