From e9e0c4f1e57f199bbf8f596cd5cf6c78cd6233d4 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 4 Jul 2013 02:45:51 -0300 Subject: linux-libre-firmware: add sed commands to fix configure file --- libre/linux-libre-firmware/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libre/linux-libre-firmware') diff --git a/libre/linux-libre-firmware/PKGBUILD b/libre/linux-libre-firmware/PKGBUILD index eb82af49b..45b5ff001 100644 --- a/libre/linux-libre-firmware/PKGBUILD +++ b/libre/linux-libre-firmware/PKGBUILD @@ -50,6 +50,12 @@ build() { # create firmware folder to put the free firmware files there install -d -m755 $pkgdir/usr/lib/firmware + # fix path on configure file + + sed -i 's|$PWD/../toolchain/inst|/usr|; + 's|xtensa-elf|xtensa-unknown-elf|; + ' target_firmware/configure + # compile ath9k-htc-firmware make -C target_firmware -- cgit v1.2.3