Changeset 5044 in vbox
- Timestamp:
- Sep 26, 2007 10:59:01 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5041 r5044 1159 1159 { 1160 1160 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 1161 1169 export WINEPREFIX="${ODIR}wine.$BUILD_MACHINE" 1162 echo "export WINEPREFIX= =\"${ODIR}wine.$BUILD_MACHINE\"" >> $ENV1170 echo "export WINEPREFIX=\"${ODIR}wine.$BUILD_MACHINE\"" >> $ENV 1163 1171 rm -rf $WINEPREFIX 1164 1172 mkdir -p $WINEPREFIX 1165 1173 touch $WINEPREFIX/.no_prelaunch_window_flag 1166 if ! wineprefixcreate -q ; then1174 if ! wineprefixcreate -q > /dev/null 2>&1; then 1167 1175 echo " wineprefixcreate failed" 1168 1176 fail … … 1181 1189 echo '"itss"="native"' >> $tmp 1182 1190 echo '' >> $tmp 1183 if ! wine regedit $tmp ; then1191 if ! wine regedit $tmp > /dev/null 2>&1; then 1184 1192 rm -f $tmp 1185 1193 echo " failed to load registry changes (path)."
Note:
See TracChangeset
for help on using the changeset viewer.