11 lines
292 B
Diff
11 lines
292 B
Diff
|
--- a/meson_options.txt
|
||
|
+++ b/meson_options.txt
|
||
|
@@ -1,6 +1,6 @@
|
||
|
option('cachedir',
|
||
|
type : 'string',
|
||
|
- value : '/var/cache/pkgfile',
|
||
|
+ value : '@TERMUX_PREFIX@/var/cache/pkgfile',
|
||
|
description : 'default directory to store pkgfile data')
|
||
|
|
||
|
option('systemd_units',
|