updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / bdb / bdb
index e2f72d9..b482bc7 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 4.2.52
+# [V] 4.3.28
 # [S] 2-7
-# [D] db-4.2.52.tar.gz http://sleepycat.com/update/snapshot/
+# [D] http://downloads.sleepycat.com/
 
 srcdir="db-$ver"
 make_conf="LIBSO_LIBS=-lpthread LIBXSO_LIBS=-lpthread"
@@ -14,5 +14,7 @@ build_main()  {
        cd build_unix
        ../dist/configure $confopt --enable-compat185 --enable-cxx &&
        make $make_conf &&
-       make $install_conf install
+       make $install_conf install &&
+       chown root.root $prefix/{bin/db_*,lib/libdb*,include/db*} &&
+       chown -R root.root $docdir
                }