kumquat-buildroot/package/bash
Thomas Petazzoni 73aed53c82 package/bash: use --bindir instead of exec_prefix=
We want bash to be installed as /bin/bash. For ages, Buildroot has
been doing this by overriding exec_prefix at install time. First of
all, it would be preferred to do this at configure time. But also,
overriding exec_prefix not only changes where "bash" goes, but also
where the pkgconfig file goes. Due to this, bash.pc goes into
/lib/pkgconfig/, and doesn't get removed by target-finalize.

Since all we want is to have 'bash' as /bin/bash, simply pass
--bindir=/bin at configure time. This allows to use the default target
installation logic for autotools-package. We keep a post-install
target hook to remove /bin/bashbug.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-24 09:27:13 +02:00
..
0001-bash51-001.patch
0002-bash51-002.patch
0003-bash51-003.patch
0004-bash51-004.patch
0005-input.h-add-missing-include-on-stdio.h.patch
0006-locale-fix-typo-local_shiftstates-vs.-locale_shiftst.patch
0007-glob-fix-dequote_pathname-vs.-udequote_pathname.patch
bash.hash
bash.mk package/bash: use --bindir instead of exec_prefix= 2021-04-24 09:27:13 +02:00
Config.in