mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
kbd: fix install to target
The package makefile attempted to append to KBD_INSTALL_TARGET_OPTS, but this fails when done before evaluating $(autotools-package). This is because autotools-package uses ?= to set default values. Instead of appending we now override KBD_INSTALL_TARGET_OPTS. Signed-off-by: Niels Skou Olsen <niels@tonebarker.dk> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5940e2e6af
commit
28a55b6689
@ -17,6 +17,6 @@ KBD_LICENSE = GPLv2+
|
||||
KBD_LICENSE_FILES = COPYING
|
||||
KBD_AUTORECONF = YES
|
||||
|
||||
KBD_INSTALL_TARGET_OPTS += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
|
||||
KBD_INSTALL_TARGET_OPTS = MKINSTALLDIRS=$(@D)/config/mkinstalldirs DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user