mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
brown-paper-bag to uninstalled-env
* meta/uninstalled-env.in: Fix lack of test.
This commit is contained in:
parent
070d8db023
commit
d8e1bce4fc
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export PKG_CONFIG_PATH
|
|||
# handle PATH (no clobber)
|
||||
PATH="${top_builddir}/libguile:${PATH}"
|
||||
PATH="${top_srcdir}/meta:${PATH}"
|
||||
if "x${top_srcdir}" != "x${top_builddir}"; then
|
||||
if test "x${top_srcdir}" != "x${top_builddir}"; then
|
||||
PATH="${top_builddir}/meta:${PATH}"
|
||||
fi
|
||||
export PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue