mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
make.sh fix package machine type package build.
This commit is contained in:
2
make.sh
2
make.sh
@@ -866,7 +866,7 @@ ipfirepackages() {
|
||||
ipfiremake core-updates
|
||||
|
||||
local i
|
||||
for i in $(find $BASEDIR/config/rootfiles/packages{${machine},} -maxdepth 1 -type f); do
|
||||
for i in $(find $BASEDIR/config/rootfiles/packages{/${MACHINE},} -maxdepth 1 -type f); do
|
||||
i=$(basename ${i})
|
||||
if [ -e $BASEDIR/lfs/$i ]; then
|
||||
ipfiredist $i
|
||||
|
||||
Reference in New Issue
Block a user