summaryrefslogtreecommitdiffstats
path: root/core/modules/dmidecode/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dmidecode/module.build')
-rw-r--r--core/modules/dmidecode/module.build2
1 files changed, 1 insertions, 1 deletions
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'."