From de22cc148ff0515c2362cb18ecc84bf6cc45b88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20=C3=87akar?= Date: Sat, 17 Jul 2021 15:57:49 +0300 Subject: [PATCH] fuse rebuild --- system/base/fuse/actions.py | 3 ++- system/base/fuse/pspec.xml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/system/base/fuse/actions.py b/system/base/fuse/actions.py index d23c943a..3098cc65 100644 --- a/system/base/fuse/actions.py +++ b/system/base/fuse/actions.py @@ -30,7 +30,8 @@ def install(): pisitools.dodir("/lib") pisitools.domove("/usr/lib/libfuse.so.*", "/lib") - shelltools.system("ln -sfv %s/lib/libfuse.so.%s %s/usr/lib/libfuse.so" % (get.installDIR(), get.srcVERSION(), get.installDIR())) + pisitools.remove("/usr/lib/libfuse.so") + pisitools.dosym("../../lib/libfuse.so.%s" % get.srcVERSION(), "/usr/lib/libfuse.so") shelltools.system("install -v -m755 -d %s/usr/share/doc/fuse-%s" % (get.installDIR(), get.srcVERSION())) shelltools.system("install -v -m644 doc/kernel.txt %s/usr/share/doc/fuse" % get.installDIR()) diff --git a/system/base/fuse/pspec.xml b/system/base/fuse/pspec.xml index 5ff50851..8c8f4514 100644 --- a/system/base/fuse/pspec.xml +++ b/system/base/fuse/pspec.xml @@ -50,6 +50,13 @@ + + 2021-07-17 + 2.9.9 + Rebuild + Berk Çakar + berk2238@hotmail.com + 2021-06-13 2.9.9