aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
index b1b990f..5d9d3eb 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -4,7 +4,7 @@ main='(module-ref (resolve-module '\''(scripts bootstrap)) '\'main')'
exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))" "$@"
!#
;;;; This file is part of Gamma.
-;;;; Copyright (C) 2010, 2015 Sergey Poznyakoff
+;;;; Copyright (C) 2010-2018 Sergey Poznyakoff
;;;;
;;;; Gamma is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by
@@ -31,8 +31,8 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(debug-enable 'backtrace)
(define module-dir #f)
-(define srcdir "src")
-(define makefile "src/modules.mk")
+(define srcdir "gamma")
+(define makefile "gamma/modules.mk")
(define modconfig-file "m4/modules.m4")
(define modconfig-defun "gamma_MODCONFIG")
(define autogenerated-file-header

Return to:

Send suggestions and report system problems to the System administrator.