|
|
@ -38,7 +38,11 @@ is_bdb_default() { |
|
|
|
|
|
|
|
# we need the install-sh here, since our gnu-install does not |
|
|
|
# handle the transform-name ... |
|
|
|
is_bdb_default || var_append confopt ' ' "--program-transform-name='s/db/${xpkg:1}/'" |
|
|
|
if ! is_bdb_default; then |
|
|
|
var_append confopt ' ' "--program-transform-name='s/db/${xpkg:1}/'" |
|
|
|
var_append makeinstopt ' ' "transform='s/db/${xpkg:1}/'" |
|
|
|
# var_append INSTALL_WRAPPER_FILTER "|" 'sed "s,bin/db,bin/${xpkg:1},"' |
|
|
|
fi |
|
|
|
|
|
|
|
# bdb doesn't like some of our make options |
|
|
|
makeopt="docdir=$docdir all" |
|
|
|