diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-11 19:04:20 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-11 19:04:20 +0200 |
commit | ad863d288f29bcca776369dec7765dbb0174ba82 (patch) | |
tree | 30f79a3b094fa5a28967949e1ddbfeffaa156beb /ChangeLog | |
parent | Don't substitute PORTAGEQ in libs (diff) | |
download | eselect-ad863d288f29bcca776369dec7765dbb0174ba82.tar.gz eselect-ad863d288f29bcca776369dec7765dbb0174ba82.tar.bz2 eselect-ad863d288f29bcca776369dec7765dbb0174ba82.zip |
Don't autodetect bash and env-update at configure time
* bin/eselect.in: Update shebang to use EPREFIX. Bug 905934.
* bin/Makefile.am (dosed): Don't substitute BASH.
* libs/package-manager.bash.in (env_update): Don't use an absolute
path for env-update.
* libs/Makefile.am (dosed): Don't substitute ENV_UPDATE.
* configure.ac: Drop checks for bash and env-update paths.
Bug: https://bugs.gentoo.org/905934
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2023-05-11 Ulrich Müller <ulm@gentoo.org> + * bin/eselect.in: Update shebang to use EPREFIX. Bug 905934. + * bin/Makefile.am (dosed): Don't substitute BASH. + * libs/package-manager.bash.in (env_update): Don't use an absolute + path for env-update. + * libs/Makefile.am (dosed): Don't substitute ENV_UPDATE. + * configure.ac: Drop checks for bash and env-update paths. + * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no longer exists in configure. |