Browse Source

fixed:

sed: can't read ../examples/smb.conf.default: No such file or directory
reported by Alan J. Wylie      


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1220 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
cc6c2ee4b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/bdb33/bdb33.conf

+ 1
- 1
package/base/bdb33/bdb33.conf

@ -31,6 +31,6 @@ pkg_bdb33_pm() {
var_append confopt ' ' '--enable-compat185'
hook_add postmake 3 'pkg_bdb33_pm'
hook_add postmake 4 'ln -s ${pkg:1} $root/$prefix/include/${pkg:1:3}'
hook_add postmake 4 'ln -svf ${pkg:1} $root/$prefix/include/${pkg:1:3}'

Loading…
Cancel
Save