aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/extra/fuse2/.files4
-rw-r--r--repos/extra/fuse2/abuild2
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
}