summaryrefslogtreecommitdiff
path: root/disfluid
diff options
context:
space:
mode:
Diffstat (limited to 'disfluid')
-rw-r--r--disfluid/build/bootstrap.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/disfluid/build/bootstrap.scm b/disfluid/build/bootstrap.scm
index 158c1b9..b4ee375 100644
--- a/disfluid/build/bootstrap.scm
+++ b/disfluid/build/bootstrap.scm
@@ -139,6 +139,8 @@
(beginning-of-buffer)
(insert "SUBDIRS = po")
(newline)
+ (search-forward "EXTRA_DIST =")
+ (insert " guix.scm ")
(save-buffer))))
(system* mkdir "-p" "po")
(call-with-output-file "po/Makevars"
@@ -234,6 +236,6 @@ DIST_DEPENDS_ON_UPDATE_PO = yes
(format #f "~s"
`(progn
(search-forward "EXTRA_DIST =")
- (insert "channels.scm ")
+ (insert " channels.scm ")
(save-buffer))))
(system* autoreconf "-vif")))