diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-06-11 13:17:35 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-06-11 13:17:35 +0000 |
commit | 8fdcdf953f865c691b01d546a0baea1a1143deeb (patch) | |
tree | a4dd7a1e0507814b7a42a0ce784921eb9752ac0a /main/openssl | |
parent | 8e157a2055bf4e5f3ec2113b32080f3fcf2f7f34 (diff) | |
download | aports-8fdcdf953f865c691b01d546a0baea1a1143deeb.tar.bz2 aports-8fdcdf953f865c691b01d546a0baea1a1143deeb.tar.xz |
Fixes for total repository build.
Diffstat (limited to 'main/openssl')
-rw-r--r-- | main/openssl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index 1bab1385f..4a0f45f1a 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -45,7 +45,7 @@ dev() { replaces="libcrypto openssl" default_dev # move symlinks - mv "$pkgdir"/usr/lib/*.so "$subpkgdir"/usr/lib/ + #mv "$pkgdir"/usr/lib/*.so "$subpkgdir"/usr/lib/ } libcrypto() { |