musikcube: remove a spurious error text about patchelf
This commit is contained in:
parent
49a2e4a2d0
commit
38c01ef74e
1 changed files with 11 additions and 0 deletions
11
srcpkgs/musikcube/patches/no-rpath.patch
Normal file
11
srcpkgs/musikcube/patches/no-rpath.patch
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue