Generate GNUstep-reset.sh just like GNUstep.sh

so that different file system layouts can be accounted for. This does not solve the problem of removing /usr/bin from PATH…
This commit is contained in:
John D Pell 2021-07-04 17:53:17 -07:00
parent 93c893bcde
commit 8c45f895ee
2 changed files with 1 additions and 0 deletions

View file

@ -1788,6 +1788,7 @@ AC_PATH_PROG(TESTPROG, test)
AC_CONFIG_FILES([config-noarch.make config.make openapp opentool
executable.template GNUmakefile GNUstep.conf GNUstep-strict-v2.conf
GNUstep.sh GNUstep.csh fixpath.sh
GNUstep-reset.sh
gnustep-make.spec gnustep-config TestFramework/gnustep-tests
filesystem.make filesystem.sh filesystem.csh gnustep-make-ld.so.conf])
AC_CONFIG_FILES([runtime/$OBJC_RUNTIME_LIB.make:config.make.in])