mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-02 17:27:41 +00:00
16 lines
488 B
Diff
16 lines
488 B
Diff
--- a/Xfce-Theme-Manager/src/globals.h
|
|
+++ b/Xfce-Theme-Manager/src/globals.h
|
|
@@ -42,9 +42,9 @@
|
|
|
|
#define DELETETHEME 100
|
|
|
|
-#define GLOBALICONS "/usr/share/icons"
|
|
-#define GLOBALTHEMES "/usr/share/themes"
|
|
-#define GLOBALWALLPAPERS "/usr/share/backgrounds/xfce"
|
|
+#define GLOBALICONS "@TERMUX_PREFIX@/share/icons"
|
|
+#define GLOBALTHEMES "@TERMUX_PREFIX@/share/themes"
|
|
+#define GLOBALWALLPAPERS "@TERMUX_PREFIX@/share/backgrounds/xfce"
|
|
|
|
//new props defines
|
|
#define XSETTINGS "xsettings"
|