From 49bb18e8d8728aa177095adade1a5ead690c9151 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Nov 2019 15:10:29 +0100 Subject: [*] cd <...> || perror --> cde <...> --- core/modules/dmidecode/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/dmidecode') diff --git a/core/modules/dmidecode/module.build b/core/modules/dmidecode/module.build index 7e944bcd..6b891730 100644 --- a/core/modules/dmidecode/module.build +++ b/core/modules/dmidecode/module.build @@ -9,7 +9,7 @@ fetch_source() { build() { # compilation - cd "${MODULE_WORK_DIR}/src" || perror "Could not cd to '${MODULE_WORK_DIR}/src'. Did fetch_source work?" + cde "${MODULE_WORK_DIR}/src" make || perror "Could not compile dmidecode using 'make'." -- cgit v1.2.3-55-g7522