Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-prepare.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2795 by niro, Thu Aug 28 09:44:47 2014 UTC revision 2796 by niro, Thu Aug 28 09:45:42 2014 UTC
# Line 25  fi Line 25  fi
25  # create buildroot layout  # create buildroot layout
26  install -d ${BUILDROOT}/.stamps  install -d ${BUILDROOT}/.stamps
27  install -d ${BUILDROOT}/ssh  install -d ${BUILDROOT}/ssh
28  for arch in $(enum-build-arch-types)  for arch in $(enum-all-arch-types)
29  do  do
30   install -d ${BUILDROOT}/${arch}   install -d ${BUILDROOT}/${arch}
31   install -d ${BUILDROOT}/mage-tree/${arch}   install -d ${BUILDROOT}/mage-tree/${arch}

Legend:
Removed from v.2795  
changed lines
  Added in v.2796