mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/pkg-download.mk: fix 'dereferencing' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
9f3e222e99
commit
ac4dc0b95a
@@ -27,7 +27,7 @@ else
|
||||
BR2_DL_DIR = $(DL_DIR)
|
||||
endif
|
||||
|
||||
# ensure it exists and a absolute path, derefrecing symlinks
|
||||
# ensure it exists and a absolute path, dereferencing symlinks
|
||||
DL_DIR := $(shell mkdir -p $(DL_DIR) && cd $(DL_DIR) >/dev/null && pwd -P)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user