~midori/midori/trunk

« back to all changes in this revision

Viewing changes to win32/makedist/makedist.midori

  • Committer: tuxator at o2
  • Date: 2015-06-24 19:23:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6977.
  • Revision ID: tuxator@o2.pl-20150624192351-0a8ez84vrpxa0i4f
Win32: Use Dr. MinGW if present to preserve crash info

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
rpm -qf /usr/share/icons/Faenza/ >> $temp_dir/packages_used.lst
279
279
echo "https://github.com/shimmerproject/Greybird/archive/v$GREYBIRD_VER.tar.gz" >> $temp_dir/packages_used.lst
280
280
 
 
281
pushd $temp_dir > /dev/null
 
282
wget --no-verbose "https://github.com/jrfonseca/drmingw/releases/download/0.7.3/drmingw-0.7.3-win32.zip" -P $temp_dir
 
283
unzip "$temp_dir/drmingw-0.7.3-win32.zip"
 
284
cp -Lr $temp_dir/drmingw-0.7.3-win32/bin/{mgwhelp.dll,exchndl.dll} $workdir/bin
 
285
popd > /dev/null
 
286
 
281
287
# copy locales for gtk
282
288
# so we have translated stock items, file dialogs
283
289