Minor build system update

A fix for when there are multiple libraries in a single package. Doesn't apply
here but just in case.
This commit is contained in:
Laurence Withers 2010-01-08 18:49:50 +00:00
parent 6285d214aa
commit 9f3fbd4116
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ build_dir_tree "${INCLUDEDIR}" || return 1
# install library
echo "Installing libraries into '${LIBDIR}'"
source src/libiso8601/soversion
install_file ${libiso8601} ${LIBDIR} 0755 || return 1
BASE="${libiso8601_BASE}.so"
MAJOR="${BASE}.${SOMAJOR}"