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 /repos/extra/fuse2/abuild | |
| parent | e48385156f3e10b93b20012f9b01d6157b142412 (diff) | |
| download | alicelinux-a935697a763125ef0b481a71d32559378024bce2.tar.gz alicelinux-a935697a763125ef0b481a71d32559378024bce2.zip | |
fuse2: fix abuild
Diffstat (limited to 'repos/extra/fuse2/abuild')
| -rw-r--r-- | repos/extra/fuse2/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |