1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Change ldconfig argument from %B to %D/lib so it will work when lines

are moved around.
This commit is contained in:
Satoshi Asami 1998-12-28 01:52:18 +00:00
parent 643ca4e217
commit 5be7e2d5cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15676

View File

@ -5,6 +5,6 @@ lib/libxforms.a
lib/libxforms.so.0.88
lib/libxforms.so
man/man5/forms.5.gz
@exec ldconfig -m %B
@exec ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
@exec ranlib %D/lib/libxforms.a