summaryrefslogtreecommitdiff
path: root/dist/buildpkg
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /dist/buildpkg
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'dist/buildpkg')
-rw-r--r--dist/buildpkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/buildpkg b/dist/buildpkg
index a7a4385c..8c25b76d 100644
--- a/dist/buildpkg
+++ b/dist/buildpkg
@@ -57,8 +57,8 @@ START_DIR=`pwd`
D=`pwd`/../release
R="$D/db-${VERSION}"
RNC="$D/db-$VERSION.NC"
-DOCS=`pwd`/../../docs_books-5.3
-DB_ADDONS=`pwd`/../../db_addons-5.3
+DOCS=`pwd`/../../docs_books-6.1
+DB_ADDONS=`pwd`/../../db_addons-6.1
if [ ! -d $DB_ADDONS ]; then
echo "buildpkg requires a db_addons repository at the same level as the db repository."
@@ -136,7 +136,7 @@ fi
# Build the ADO.NET package, including moving the ADO.NET doc built above
# into that package.
# Tell the script where to look for packages.
-cd $R/dist && sh s_sql_drivers ../../../..
+cd $R/dist && sh s_sql_drivers -addons ../../../..
# Warn if s_sql_drivers didn't move its docs.
if [ -e "$R/docs/bdb-sql-ado" ]; then
echo "WARNING: ADO.NET doc is still in the non ADO.NET package."