mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Fix Package build for aout system
symlink .so in all cases
This commit is contained in:
parent
f2cbbbb527
commit
ab11532432
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13188
@ -38,4 +38,5 @@ install:
|
||||
(cd ${PREFIX}/lib; ln -sf librsaref.so.2 librsaref.so)
|
||||
.else
|
||||
install -c -m 644 -o bin -g bin librsaref.a librsaref.so.2.0 ${PREFIX}/lib
|
||||
(cd ${PREFIX}/lib; ln -sf librsaref.so.2.0 librsaref.so)
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user