From 9f3fbd4116fff5773495a794d36507457a96cfa3 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 8 Jan 2010 18:49:50 +0000 Subject: [PATCH] Minor build system update A fix for when there are multiple libraries in a single package. Doesn't apply here but just in case. --- src/libiso8601/build.install-lib | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libiso8601/build.install-lib b/src/libiso8601/build.install-lib index 94d4460..3768c51 100644 --- a/src/libiso8601/build.install-lib +++ b/src/libiso8601/build.install-lib @@ -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}"