From 4ad032a2749b4c98b58f145c222cd9febc4da3b4 Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 13 Jul 2021 22:32:55 +0200 Subject: [PATCH] Remove obsolete rubberband fixup --- scripts.d/50-rubberband.sh | 3 --- scripts.d/99-rpath.sh | 0 2 files changed, 3 deletions(-) mode change 100644 => 100755 scripts.d/99-rpath.sh diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index f938ef1..93a8439 100755 --- a/scripts.d/50-rubberband.sh +++ b/scripts.d/50-rubberband.sh @@ -17,9 +17,6 @@ ffbuild_dockerbuild() { rm rubberband.tar.gz cd rubberband* - # Fix broken cross compilation - sed -i 's/build_machine.system/host_machine.system/' meson.build - mkdir build && cd build local myconf=( diff --git a/scripts.d/99-rpath.sh b/scripts.d/99-rpath.sh old mode 100644 new mode 100755