openssl: fix absolute prefix
This commit is contained in:
parent
f9839feeab
commit
7e5efb935f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PREFIX=/usr
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./Configure \
|
||||
--prefix=$PREFIX \
|
||||
--prefix=/$PREFIX \
|
||||
--openssldir=/etc/ssl \
|
||||
--libdir=lib \
|
||||
linux-generic64 \
|
||||
|
|
Loading…
Reference in a new issue