summaryrefslogtreecommitdiff
path: root/src/stage2/patches/file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/file.patch')
-rw-r--r--src/stage2/patches/file.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/file.patch b/src/stage2/patches/file.patch
index 676ad49..8aeaf1b 100644
--- a/src/stage2/patches/file.patch
+++ b/src/stage2/patches/file.patch
@@ -5,7 +5,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
-+ ./configure --host=@TARGET@ --build=@BUILDHOST@ --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
make
}