diff options
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.build | 2 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.conf.ubuntu | 5 |
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 " |
