mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 00:16:19 +00:00
67af201270
not building with Clang 16. Dead upstream.
12 lines
236 B
Diff
12 lines
236 B
Diff
--- a/import/dvd_reader.c
|
|
+++ b/import/dvd_reader.c
|
|
@@ -48,7 +48,7 @@
|
|
#endif
|
|
|
|
|
|
-static char lock_file[] = "/tmp/LCK..dvd";
|
|
+static char lock_file[] = "@TERMUX_PREFIX@/tmp/LCK..dvd";
|
|
|
|
/*
|
|
* lock - create a lock file for the device
|