mmatuska / mfsbsd

mfsBSD
http://mfsbsd.vx.sk
BSD 2-Clause "Simplified" License
494 stars 137 forks source link

pkg-static not found at: tools/pkg-static #65

Open victor-sudakov opened 9 years ago

victor-sudakov commented 9 years ago

Dear Martin, I am trying to create mfsBSD from a 10.2-RELEASE distribution. There is the problem of pkg-static missing:

$ make iso Extracting base and kernel ... done Removing selected files from distribution ... done Installing configuration scripts and files ... done Generating SSH host keys ... done Configuring boot environment ... done Installing pkgng ...pkg-static not found at: tools/pkg-static *\ [/home/sudakov/src/mfsbsd/tmp/.packages_done] Error code 1

Stop in /home/sudakov/src/mfsbsd. $ Am I supposed to put it manually to the tools/ subdir?

rubenk commented 8 years ago

I just bumped into this as well. $ make iso PKG_STATIC=/usr/local/sbin/pkg-static seems to work though.