summaryrefslogtreecommitdiff
path: root/dist/buildpkg
diff options
context:
space:
mode:
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."