diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:50:07 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:50:07 +0800 |
| commit | a935697a763125ef0b481a71d32559378024bce2 (patch) | |
| tree | 1c309ebf818367e0a95cbf578b8382d691451286 | |
| parent | e48385156f3e10b93b20012f9b01d6157b142412 (diff) | |
| download | alicelinux-a935697a763125ef0b481a71d32559378024bce2.tar.gz alicelinux-a935697a763125ef0b481a71d32559378024bce2.zip | |
fuse2: fix abuild
| -rw-r--r-- | repos/extra/fuse2/.files | 4 | ||||
| -rw-r--r-- | repos/extra/fuse2/abuild | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/repos/extra/fuse2/.files b/repos/extra/fuse2/.files index bb17facb..c89cddf7 100644 --- a/repos/extra/fuse2/.files +++ b/repos/extra/fuse2/.files @@ -1,4 +1,3 @@ -drwxr-xr-x root/root etc/ drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/mount.fuse drwxr-xr-x root/root usr/ @@ -26,9 +25,6 @@ lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.1 -rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc -drwxr-xr-x root/root usr/lib/udev/ -drwxr-xr-x root/root usr/lib/udev/rules.d/ --rw-r--r-- root/root usr/lib/udev/rules.d/99-fuse.rules drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/repos/extra/fuse2/abuild b/repos/extra/fuse2/abuild index d81feba0..c9449d79 100644 --- a/repos/extra/fuse2/abuild +++ b/repos/extra/fuse2/abuild @@ -11,5 +11,5 @@ prebuild() { } postbuild() { - rm -rf $PKG/dev $PKG/etc/init.d + rm -rf $PKG/dev $PKG/etc $PKG/usr/lib/udev } |