summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/uninstalled-env.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/uninstalled-env.in b/meta/uninstalled-env.in
index f9f0dc78d..3bcde8eb9 100644
--- a/meta/uninstalled-env.in
+++ b/meta/uninstalled-env.in
@@ -84,7 +84,7 @@ then
then
GUILE_LOAD_COMPILED_PATH="${top_builddir}/module:${top_builddir}/guile-readline"
else
- for d in "/module" "/bootstrap" "/guile-readline"
+ for d in "/bootstrap" "/module" "/guile-readline"
do
# This hair prevents double inclusion.
# The ":" prevents prefix aliasing.