Skip to content

Commit

Permalink
Merge pull request #1531 from mariux64/fix-btrfs-progs-532
Browse files Browse the repository at this point in the history
btrfs-progs: remove ext2 dependency
  • Loading branch information
wwwutz authored Dec 10, 2019
2 parents a7b48f5 + 3054f38 commit 699de23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion btrfs-progs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION btrfs-progs-5.3-2
# BEE_VERSION btrfs-progs-5.3-3

# more info: https://foo.bar.com

Expand All @@ -23,6 +23,7 @@ build_in_sourcedir
mee_configure() {
bee_configure \
--disable-shared \
--disable-convert \
--disable-python
}

Expand Down

0 comments on commit 699de23

Please sign in to comment.