diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
commit | bb499959d88da1b3937c23b5405089c907188a81 (patch) | |
tree | d9ddba6d0c8f1152c3919067a52250c6bf0759f9 /repo/system/openssl.xibuild | |
parent | 3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (diff) |
added and patched broken packages
Diffstat (limited to 'repo/system/openssl.xibuild')
-rw-r--r-- | repo/system/openssl.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/openssl.xibuild b/repo/system/openssl.xibuild index 396710b..b30ea90 100644 --- a/repo/system/openssl.xibuild +++ b/repo/system/openssl.xibuild @@ -15,6 +15,6 @@ build () { package () { sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile make MANSUFFIX=ssl DESTDIR=$PKG_DEST install - mkdir -pv $PKG_DEST/usr/share/doc/openssl - cp -vfr doc/* $PKG_DEST/usr/share/doc/openssl + mkdir -p $PKG_DEST/usr/share/doc/openssl + cp -fr doc/* $PKG_DEST/usr/share/doc/openssl } |