summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-08-13 15:05:47 +0200
committerJonathan Bauer2014-08-13 15:05:47 +0200
commit723bcc3f6a1807d1c0d01649cf58cab46dcff774 (patch)
tree17e518290795463bfd657ea45c312844661c4f62 /remote/rootfs/rootfs-stage32/module.build
parent[busybox] fix links not being copied on centos (diff)
downloadtm-scripts-723bcc3f6a1807d1c0d01649cf58cab46dcff774.tar.gz
tm-scripts-723bcc3f6a1807d1c0d01649cf58cab46dcff774.tar.xz
tm-scripts-723bcc3f6a1807d1c0d01649cf58cab46dcff774.zip
[rfs-s32] added openssl.cnf to REQUIRED_FILES
Diffstat (limited to 'remote/rootfs/rootfs-stage32/module.build')
-rw-r--r--remote/rootfs/rootfs-stage32/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/module.build b/remote/rootfs/rootfs-stage32/module.build
index 90820f3f..d855f5e5 100644
--- a/remote/rootfs/rootfs-stage32/module.build
+++ b/remote/rootfs/rootfs-stage32/module.build
@@ -46,7 +46,7 @@ build() {
get_link_chain "${LIB_LOCATION}" >> "${FILELIST}"
done
done
-
+
for FILE in ${REQUIRED_DIRECTORIES}
do
[ ! -d ${FILE} ] && perror "Missing required directory $FILE"