summarylogtreecommitdiffstats
path: root/shortcut-c-client.patch
blob: fde26211f1479cfc12e742815b2f6f281eed6a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Only in old: .git
Only in old: .github
Only in old: .gitignore
Only in new: old
diff -aur old/shortcut.c new/shortcut.c
--- old/shortcut.c	2022-08-06 16:11:39.356002537 +0200
+++ new/shortcut.c	2022-08-06 16:14:07.570579912 +0200
@@ -35,7 +35,7 @@
 #define BUFFER_SIZE 1000
 
 #ifndef PAGES_DIR
-    #define PAGES_BASE_DIR "/opt/shortcut/pages/"
+    #define PAGES_BASE_DIR "/usr/share/shortcut/pages/"
 #else
     #define PAGES_BASE_DIR PAGES_DIR
 #endif