ns_appbindir must end in /.
This commit is contained in:
parent
b7d1e14447
commit
0e941dcee2
2 changed files with 226 additions and 242 deletions
|
@ -1498,7 +1498,7 @@ if test "${with_ns}" != no; then
|
|||
elif test -f $GNUSTEP_CONFIG_FILE; then
|
||||
NS_IMPL_GNUSTEP=yes
|
||||
ns_appdir=`pwd`/nextstep/Emacs.app
|
||||
ns_appbindir=${ns_appdir}
|
||||
ns_appbindir=${ns_appdir}/
|
||||
ns_appresdir=${ns_appdir}/Resources
|
||||
ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
|
||||
dnl FIXME sourcing this several times in subshells seems inefficient.
|
||||
|
|
Loading…
Add table
Reference in a new issue