Project

General

Profile

Bug #2572

Updated by marino over 10 years ago

Hi, 

 

 I just tried to cd /usr; sudo make pkg-bootstrap and got fetch syntax errors, looking at the Makefile ${PKGBALL} is not defined. Unless I'm missing something and this should be set from elswhere, adding 

 

 PKGBALL=/tmp/${PKGBOOT_${MACHINE_ARCH}} 

 

 after the definition of PKGBOOT fixed this for me.

Back