1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-30 23:10:13 +02:00
build/pkg/openssl/openssl.files
David Oberhollenzer d2432c1d1e Use pkg for managing binaries and their dependencies
- rewrite the rootfs_files.txt listings to the format used by pkg
 - create package files from each package
 - use "pkg install" to manage installation of packages and dependencies
   into the rootfs and initrd staging dirs

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-03 17:47:02 +01:00

14 lines
443 B
Plaintext

file lib/libcrypto.so.1.1 0755 0 0
slink lib/libcrypto.so 0777 0 0 libcrypto.so.1.1
file lib/libssl.so.1.1 0755 0 0
slink lib/libssl.so 0777 0 0 libssl.so.1.1
dir lib/engines-1.1 0755 0 0
file lib/engines-1.1/capi.so 0755 0 0
file lib/engines-1.1/padlock.so 0755 0 0
file bin/openssl 0755 0 0
dir etc/ssl 0755 0 0
dir etc/ssl/certs 0755 0 0
dir etc/ssl/private 0755 0 0
file etc/ssl/openssl.cnf.dist 0644 0 0
file etc/ssl/openssl.cnf 0644 0 0