From da595526b6c3d48d997183de3727b8ff0a810602 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 14 Jun 2021 23:21:30 +0300 Subject: [PATCH] fuse rebu'ld --- system/base/fuse/actions.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/system/base/fuse/actions.py b/system/base/fuse/actions.py index 61ada812..d23c943a 100644 --- a/system/base/fuse/actions.py +++ b/system/base/fuse/actions.py @@ -31,11 +31,6 @@ 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())) - shelltools.system("ln -sfv %s/lib/libfuse.so.%s %s/lib/libfuse.so" % (get.installDIR(), get.srcVERSION(), get.installDIR())) - - pisitools.domove("/usr/lib/libulockmgr.so.*", "/lib") - shelltools.system("ln -sfv %s/lib/libulockmgr.so.%s %s/usr/lib/libulockmgr.so" % (get.installDIR(), get.srcVERSION(), get.installDIR())) - shelltools.system("ln -sfv %s/lib/libulockmgr.so.%s %s/lib/libulockmgr.so" % (get.installDIR(), get.srcVERSION(), get.installDIR())) 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()) @@ -53,7 +48,5 @@ def install(): # Move pkgconfig file to /usr/lib # pisitools.domove("/lib/pkgconfig", "/usr/lib/") - - pisitools.dosed("%s/usr/lib/pkgconfig" % get.installDIR(), "/usr/lib", "/lib") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.NFS")