summaryrefslogtreecommitdiff
path: root/libre/linux-libre-firmware
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-04 02:45:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-04 02:45:51 -0300
commite9e0c4f1e57f199bbf8f596cd5cf6c78cd6233d4 (patch)
treef574073267b62b5e4c5bd7260e05720fe44782f9 /libre/linux-libre-firmware
parent3fcc9fad9a6411bc01dd2aa083a7cc8407155495 (diff)
linux-libre-firmware: add sed commands to fix configure file
Diffstat (limited to 'libre/linux-libre-firmware')
-rw-r--r--libre/linux-libre-firmware/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
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