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:
parent
6285d214aa
commit
9f3fbd4116
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue