make.sh fix package machine type package build.

This commit is contained in:
Arne Fitzenreiter
2012-10-30 18:34:17 +01:00
parent ef239becc4
commit 206ad2f124
2 changed files with 1 additions and 1 deletions

View File

@@ -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