From 310a46eadb1327ea003a6c133bbad82ae47bbd86 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 13 Jun 2021 19:28:44 +0300 Subject: [PATCH] fuxe fix --- system/base/fuse/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/fuse/actions.py b/system/base/fuse/actions.py index e0b4a8fc..d23c943a 100644 --- a/system/base/fuse/actions.py +++ b/system/base/fuse/actions.py @@ -29,7 +29,7 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodir("/lib") - pisitools.domove("/usr/lib/libfuse.so.*", "/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())) shelltools.system("install -v -m755 -d %s/usr/share/doc/fuse-%s" % (get.installDIR(), get.srcVERSION()))