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>
(cherry picked from commit ac4dc0b95a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
d515db39fd
commit
4a206a0d9b
@@ -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