From 38c01ef74e398a0c4c2cbe106e86b9399beabd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 21 Aug 2023 09:11:19 +0700 Subject: [PATCH] musikcube: remove a spurious error text about patchelf --- srcpkgs/musikcube/patches/no-rpath.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/musikcube/patches/no-rpath.patch diff --git a/srcpkgs/musikcube/patches/no-rpath.patch b/srcpkgs/musikcube/patches/no-rpath.patch new file mode 100644 index 00000000000..f7bf738c89b --- /dev/null +++ b/srcpkgs/musikcube/patches/no-rpath.patch @@ -0,0 +1,11 @@ +--- a/script/post-build.sh ++++ b/script/post-build.sh +@@ -15,8 +15,6 @@ else + echo "[post-build] BUILD_TYPE=${CMAKE_BUILD_TYPE}, not stripping" + fi + +-echo "[post-build] patching library rpath entries..." +-$CMAKE_CURRENT_SOURCE_DIR/script/patch-rpath.sh $CMAKE_CURRENT_SOURCE_DIR + + echo "[post-build] staging static assets..." + mkdir -p "$CMAKE_CURRENT_SOURCE_DIR/bin/themes"