VirtualBox

Changeset 5044 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 26, 2007 10:59:01 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24847
Message:

fixed WINEPREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r5041 r5044  
    11591159{
    11601160  test_header "wine support"
     1161  if ! which_wrapper wine > /dev/null; then
     1162    echo "  wine not found"
     1163    fail
     1164  fi
     1165  if ! which_wrapper wineprefixcreate > /dev/null; then
     1166    echo "  wineprefixcreate not found"
     1167    fail
     1168  fi
    11611169  export WINEPREFIX="${ODIR}wine.$BUILD_MACHINE"
    1162   echo "export WINEPREFIX==\"${ODIR}wine.$BUILD_MACHINE\"" >> $ENV
     1170  echo "export WINEPREFIX=\"${ODIR}wine.$BUILD_MACHINE\"" >> $ENV
    11631171  rm -rf $WINEPREFIX
    11641172  mkdir -p $WINEPREFIX
    11651173  touch $WINEPREFIX/.no_prelaunch_window_flag
    1166   if ! wineprefixcreate -q; then
     1174  if ! wineprefixcreate -q > /dev/null 2>&1; then
    11671175    echo "  wineprefixcreate failed"
    11681176    fail
     
    11811189  echo '"itss"="native"' >> $tmp
    11821190  echo '' >> $tmp
    1183   if ! wine regedit $tmp; then
     1191  if ! wine regedit $tmp > /dev/null 2>&1; then
    11841192    rm -f $tmp
    11851193    echo "  failed to load registry changes (path)."
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette