From 734e13526a2ec3ced7f085e444fc9525dfad348b Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Tue, 12 Apr 2022 12:35:49 +0100
Subject: fixed perl locale issue

---
 repo/util/genfstab.xibuild | 1 +
 1 file changed, 1 insertion(+)

(limited to 'repo/util')

diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild
index 46249a3..267906c 100644
--- a/repo/util/genfstab.xibuild
+++ b/repo/util/genfstab.xibuild
@@ -16,6 +16,7 @@ DESC="A tool for generating /etc/fstab files from archlinux"
 
 prepare () {
     apply_patches
+    sed -i "s/realpath -mL/realpath/g" genfstab.in
 }
 
 package () {
-- 
cgit v1.2.1