# | Line 51 | Line 51 | mkdir -p %i/include %i/lib %i/bin | |
---|---|---|
51 | ||
52 | dirs="$EXPAT_ROOT $BZ2LIB_ROOT $NCURSES_ROOT $DB4_ROOT $GDBM_ROOT %{extradirs}" | |
53 | ||
54 | + | # We need to export it because setup.py now uses it to determine the actual |
55 | + | # location of DB4, this was needed to avoid having it picked up from the system. |
56 | + | export DB4_ROOT |
57 | + | |
58 | echo $dirs | |
59 | for d in $dirs; do | |
60 | for f in $d/include/*; do |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |