aboutsummaryrefslogtreecommitdiff
path: root/community/btrfs-progs/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-03-01 11:17:53 +0100
committerCem Keylan <cem@ckyln.com>2023-03-01 11:17:53 +0100
commit3cc17706cf09e91fc299905b2ddbed2864b2f43d (patch)
tree50c30f53ab8204675e2a6a8df8bfeb845427e113 /community/btrfs-progs/build
parent950f55b5595249494de3eea6a9f94590b7b389d0 (diff)
downloadrepository-3cc17706cf09e91fc299905b2ddbed2864b2f43d.tar.gz
btrfs-progs: bump to 6.2
Diffstat (limited to 'community/btrfs-progs/build')
-rwxr-xr-xcommunity/btrfs-progs/build4
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 \