summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2022-10-31 15:26:14 +0100
committerJoost Bremmer2022-10-31 15:27:09 +0100
commit675290b807affa0a3fe861e58af404025faf03b3 (patch)
treec8ce5674d25c6c6a92cd9b889ea9562af4272c90
parent1f649135821da8c17e1ccfab469df04b9b637313 (diff)
downloadaur-shortcut-git.tar.gz
remove old patch file
-rw-r--r--shortcut-c-client.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/shortcut-c-client.patch b/shortcut-c-client.patch
deleted file mode 100644
index fde26211f147..000000000000
--- a/shortcut-c-client.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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