summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-08-13 15:05:47 +0200
committerJonathan Bauer2014-08-13 15:05:47 +0200
commit723bcc3f6a1807d1c0d01649cf58cab46dcff774 (patch)
tree17e518290795463bfd657ea45c312844661c4f62
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
-rw-r--r--remote/rootfs/rootfs-stage32/module.build2
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.ubuntu5
2 files changed, 4 insertions, 3 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"
diff --git a/remote/rootfs/rootfs-stage32/module.conf.ubuntu b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
index f3826df8..1ba422d3 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -7,15 +7,16 @@ REQUIRED_INSTALLED_PACKAGES="
curl
openssl
"
-REQUIRED_CONTENT_PACKAGE+="
+REQUIRED_CONTENT_PACKAGES="
openssl
"
REQUIRED_BINARIES+="
- openssl
+ openssl
"
REQUIRED_DIRECTORIES="
/lib/xtables
"
REQUIRED_FILES+="
/etc/X11/app-defaults/Xvidtune
+ /usr/lib/ssl/openssl.cnf
"