File tree Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Original file line number Diff line number Diff line change
1
+
2
+ (in-package :asdf-user )
3
+
4
+ (defsystem " lem-legit"
5
+ :serial t
6
+ :depends-on (" lem" " lem-patch-mode" " lem-yaml-mode" " lem-markdown-mode" )
7
+ :components ((:module " ./"
8
+ :components ((:file " porcelain" )
9
+ (:file " peek-legit" )
10
+ (:file " legit" )
11
+ (:file " legit-rebase" )
12
+ (:file " legit-commit" )))
13
+ (:module " scripts"
14
+ :components ((:static-file " dumbrebaseeditor.sh" )))))
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ M src/ext/porcelain.lisp
795
795
(defparameter *rebase-script-content*
796
796
#+ (or lem-ncurses lem-sdl2)
797
797
(str :from-file
798
- (asdf :system-relative-pathname (asdf :find-system " lem" )
798
+ (asdf :system-relative-pathname (asdf :find-system " lem-legit " )
799
799
" scripts/dumbrebaseeditor.sh" ))
800
800
#- (or lem-ncurses lem-sdl2)
801
801
" "
File renamed without changes.
Original file line number Diff line number Diff line change 253
253
" lem-markdown-mode"
254
254
" lem-color-preview"
255
255
" lem-lua-mode"
256
- " lem-terminal" ))
257
-
258
- (defsystem " lem/legit"
259
- :serial t
260
- :depends-on (" lem" " lem-patch-mode" " lem-yaml-mode" " lem-markdown-mode" )
261
- :components ((:module " extensions/legit"
262
- :components ((:file " porcelain" )
263
- (:file " peek-legit" )
264
- (:file " legit" )
265
- (:file " legit-rebase" )
266
- (:file " legit-commit" )))
267
- (:module " scripts"
268
- :components ((:static-file " dumbrebaseeditor.sh" )))))
256
+ " lem-terminal"
257
+ " lem-legit" ))
269
258
270
259
(defsystem " lem/executable"
271
260
:build-operation program-op
You can’t perform that action at this time.
0 commit comments