Skip to content

Commit

Permalink
Update build_btrfs_tools.sh
Browse files Browse the repository at this point in the history
add devscripts to prerequs for btrfs tools build script
  • Loading branch information
Stoney49th committed Jan 14, 2016
1 parent 3a80a47 commit 29c2277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_btrfs_tools.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#install prerequisites
yes "" | apt-get install build-essential debhelper dh-make quilt fakeroot lintian git
yes "" | apt-get install build-essential debhelper devscripts dh-make quilt fakeroot lintian git
yes "" | apt-get install asciidoc xmlto --no-install-recommends
yes "" | apt-get install uuid-dev libattr1-dev zlib1g-dev libacl1-dev e2fslibs-dev libblkid-dev liblzo2-dev automake pkg-config

Expand Down

0 comments on commit 29c2277

Please sign in to comment.