Changeset 2276 for scripts


Ignore:
Timestamp:
10/22/07 07:41:58 (6 years ago)
Author:
alanbach-guest
Message:

little more fixes to make the scipt working again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/autobuild.bash

    r2275 r2276  
    181181 
    182182if [ $ARCH_ALL_COUNT -gt 1 -a $ARCH_I386_COUNT -lt 1 -a $ARCH_AMD64_COUNT -lt 1 ]; then 
    183     echo "${GREEN}Build is platform independent, skipping ${YELLOW}i386${NORMAL} build...${NORMAL}" 
     183    echo "${GREEN}Build is platform independent, skipping ${YELLOW}i386${NORMAL} ${GREEN}build...${NORMAL}" 
    184184    ARCH_INDEP=1 
    185185else 
     
    206206cd ../build-area/ 
    207207 
    208 if [ $ARCH_INDEP -eq 1 ]; then 
     208if [ $ARCH_INDEP -eq 0 ]; then 
    209209    echo "${GREEN}Generating ${YELLOW}multi_arch${NORMAL} ${GREEN}changes file and centralizing packages...${NORMAL}" 
    210210 
Note: See TracChangeset for help on using the changeset viewer.