diff options
author | Simon Rettberg | 2019-11-26 15:10:29 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-26 15:10:29 +0100 |
commit | 49bb18e8d8728aa177095adade1a5ead690c9151 (patch) | |
tree | e5b48da78da656c29b8812ba86e24ab9e00bd3ad /core/modules/cups-sicgs | |
parent | [rootfs-stage32] Add missing quotes (diff) | |
download | mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.gz mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.xz mltk-49bb18e8d8728aa177095adade1a5ead690c9151.zip |
[*] cd <...> || perror --> cde <...>
Diffstat (limited to 'core/modules/cups-sicgs')
-rw-r--r-- | core/modules/cups-sicgs/module.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/cups-sicgs/module.build b/core/modules/cups-sicgs/module.build index 37c22798..874176c4 100644 --- a/core/modules/cups-sicgs/module.build +++ b/core/modules/cups-sicgs/module.build @@ -9,7 +9,7 @@ fetch_source() { } build() { - cd "${MODULE_WORK_DIR}/src/" || perror "Could not cd to '${MODULE_WORK_DIR}/src'. Did fetch_source work?" + cde "${MODULE_WORK_DIR}/src/" # Initial archive is zip unzip -j -o "${MODULE_WORK_DIR}/src/driver.zip" || perror "Could not extract initial driver.zip" # Then we have two tgz, 32bit and 64bit |