Lines 1-11
Link Here
|
1 |
--- libgit.el.orig 2020-05-15 17:59:08 UTC |
1 |
--- libgit.el.orig 2020-05-15 17:59:08.000000000 +0000 |
2 |
+++ libgit.el |
2 |
+++ libgit.el 2021-04-01 04:02:35.637193000 +0000 |
3 |
@@ -41,7 +41,7 @@ |
3 |
@@ -41,7 +41,7 @@ |
4 |
"Directory where the libegit2 dynamic module file should be built.") |
4 |
"Directory where the libegit2 dynamic module file should be built.") |
5 |
|
5 |
|
6 |
(defvar libgit--module-file |
6 |
(defvar libgit--module-file |
7 |
- (expand-file-name (concat "libegit2" module-file-suffix) libgit--build-dir) |
7 |
- (expand-file-name (concat "libegit2" module-file-suffix) libgit--build-dir) |
8 |
+ (expand-file-name (concat "libegit2" module-file-suffix) "/usr/local/share/emacs/27.1/site-lisp") |
8 |
+ (expand-file-name (concat "libegit2" module-file-suffix) "%%LIBEGIT2_INSTALL_DIR%%") |
9 |
"Path to the libegit2 dynamic module file.") |
9 |
"Path to the libegit2 dynamic module file.") |
10 |
|
10 |
|
11 |
(defun libgit--configure () |
11 |
(defun libgit--configure () |