mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 11:02:28 +02:00
https://github.com/rizsotto/Bear/releases/tag/4.0.3 https://github.com/rizsotto/Bear/releases/tag/4.0.2 https://github.com/rizsotto/Bear/releases/tag/4.0.1 https://github.com/rizsotto/Bear/releases/tag/4.0.0
20 lines
1.1 KiB
Diff
20 lines
1.1 KiB
Diff
diff -rupN a/bear/build.rs b/bear/build.rs
|
|
--- a/bear/build.rs 2026-02-09 10:13:49.000000000 +0000
|
|
+++ b/bear/build.rs 2026-02-20 04:28:52.330000000 +0000
|
|
@@ -29,13 +29,13 @@
|
|
/// sequence ("C:\Users\..." breaks); use forward slashes
|
|
/// ("C:/Users/..."), escaped backslashes ("C:\\Users\\..."),
|
|
/// or a raw string literal (r"C:\Users\...")
|
|
-const DEFAULT_WRAPPER_PATH: &str = "/usr/local/libexec/bear";
|
|
+const DEFAULT_WRAPPER_PATH: &str = "/usr/lib/bear";
|
|
|
|
/// Default preload library path
|
|
/// Package creators: modify this entire path to change preload library location
|
|
/// Note: $LIB will be expanded at runtime to the appropriate architecture subdirectory
|
|
/// Note for Windows: preload isn't supported; feel free to ignore this path
|
|
-const DEFAULT_PRELOAD_PATH: &str = "/usr/local/libexec/bear/$LIB";
|
|
+const DEFAULT_PRELOAD_PATH: &str = "/usr/lib/bear";
|
|
|
|
// =============================================================================
|
|
// PLATFORM-SPECIFIC EXECUTABLE AND LIBRARY NAMES (DO NOT CHANGE THESE)
|