mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
14 lines
363 B
Diff
14 lines
363 B
Diff
diff --git a/apt-file b/apt-file
|
|
index 57c76b489..4fce27066 100644
|
|
--- a/apt-file
|
|
+++ b/apt-file
|
|
@@ -199,7 +199,7 @@ sub open_data_pipeline {
|
|
my @cat_cmd = (
|
|
'xargs',
|
|
'-0r',
|
|
- '/usr/lib/apt/apt-helper',
|
|
+ '@TERMUX_PREFIX@/lib/apt/apt-helper',
|
|
@apt_options,
|
|
'cat-file'
|
|
);
|