1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 07:57:08 +00:00
termux-packages/packages/pkgfile/src-update.h.patch
2022-03-13 09:30:03 +09:00

12 lines
218 B
Diff

--- a/src/update.h
+++ b/src/update.h
@@ -2,7 +2,7 @@
#include <curl/curl.h>
-#define PACMANCONFIG "/etc/pacman.conf"
+#define PACMANCONFIG "@TERMUX_PREFIX@/etc/pacman.conf"
struct config_t;
struct repovec_t;