diff options
Diffstat (limited to 'community/btrfs-progs/build')
-rwxr-xr-x | community/btrfs-progs/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/btrfs-progs/build b/community/btrfs-progs/build index 16c401c2..51817ff1 100755 --- a/community/btrfs-progs/build +++ b/community/btrfs-progs/build @@ -1,5 +1,9 @@ #!/bin/sh -e +# For some reason they changed the place of this file to be in the include/ +# directory, but the location on the filesystem is not updated +mv config.h.in include/ + ./configure \ --prefix=/usr \ --bindir=/usr/bin \ |