Skip to content

Commit

Permalink
zfs: rm etc/sudoers.d/zfs
Browse files Browse the repository at this point in the history
fix issue #799
  • Loading branch information
wwwutz committed Sep 23, 2019
1 parent 388d109 commit d9e2af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zfs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION zfs-0.7.3-0
# BEE_VERSION zfs-0.7.3-1

SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/zfs-${PKGVERSION}.tar.gz"

Expand Down Expand Up @@ -36,6 +36,7 @@ mee_configure() {

mee_install_post() {
start_cmd rm -vrf ${D}/etc/init.d
start_cmd rm -vrf ${D}/etc/sudoers.d
start_cmd rm -vrf ${D}/lib
start_cmd rm -vrf ${D}/usr/lib/modules-load.d
start_cmd rm -vrf ${D}/usr/lib/systemd
Expand Down

0 comments on commit d9e2af8

Please sign in to comment.