From bfcd616f2870c8c3ffc9a526fcd574eb5e726a96 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Sat, 14 Jan 2023 09:33:34 +0400 Subject: [PATCH] Add path placeholder for telega-server-command and etc-file. --- telega-core.el | 2 +- telega-customize.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telega-core.el b/telega-core.el index 36f121e..f9f7976 100644 --- a/telega-core.el +++ b/telega-core.el @@ -41,7 +41,7 @@ (defun telega-etc-file (filename) "Return absolute path to FILENAME from etc/ directory in telega." - (expand-file-name (concat "etc/" filename) telega--lib-directory)) + (concat "@TELEGA_SHARE@" "/" filename)) (defconst telega-spoiler-translation-table (let ((table (make-char-table 'translation-table))) diff --git a/telega-customize.el b/telega-customize.el index 0efb001..77cec5f 100644 --- a/telega-customize.el +++ b/telega-customize.el @@ -633,7 +633,7 @@ In range [1..3]. Use 1." :prefix "telega-server-" :group 'telega) -(defcustom telega-server-command "telega-server" +(defcustom telega-server-command "@TELEGA_SERVER_BIN@" "Command to run as telega server. It should be absolute path or binary file searchable in `exec-path'." :type 'string -- 2.38.1 488c0ac0659f65ea43cabfafa0c97cdd44fd811'>treecommitdiff
path: root/gnu/packages/skarnet.scm
AgeCommit message (Expand)Author
2023-09-12gnu: skalibs: Remove i586-gnu from %supported-systems....* gnu/packages/skarnet.scm (skalibs)[supported-systems]: Remove i586-gnu. Christopher Baines
2023-04-10gnu: s6-linux-utils: Update to 2.6.1.2....* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.6.1.2. 宋文武
2023-04-10gnu: s6-linux-init: Update to 1.1.1.0....* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0. 宋文武
2023-04-10gnu: s6-portable-utils: Update to 2.3.0.2....* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.3.0.2. 宋文武
2023-04-10gnu: s6-rc: Update to 0.5.4.1....* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.4.1. 宋文武
2023-04-10gnu: s6-networking: Update to 2.5.1.3....* gnu/packages/skarnet.scm (s6-networking): Update to 2.5.1.3. 宋文武
2023-04-10gnu: s6-dns: Update to 2.3.5.5....* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.5. 宋文武
2023-04-10gnu: s6: Update to 2.11.3.2....* gnu/packages/skarnet.scm (s6): Update to 2.11.3.2. 宋文武
2023-04-10gnu: execline: Update to 2.9.3.0....* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0. 宋文武
2023-04-10gnu: skalibs: Update to 2.13.1.1....* gnu/packages/skarnet.scm (skalibs): Update to 2.13.1.1. 宋文武