[Xfce4-commits] <midori:master> Use sudo to install win32 build

Christian Dywan noreply at xfce.org
Sat Apr 6 22:08:02 CEST 2013


Updating branch refs/heads/master
         to afd7ceedb0b980ccee8b2d27de5d28850458e557 (commit)
       from e9e7e7d39bcb30f653508c737d713768fa28d465 (commit)

commit afd7ceedb0b980ccee8b2d27de5d28850458e557
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sat Apr 6 22:06:12 2013 +0200

    Use sudo to install win32 build

 win32/makedist/win32-release |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/win32/makedist/win32-release b/win32/makedist/win32-release
index 375f4b6..97a610e 100755
--- a/win32/makedist/win32-release
+++ b/win32/makedist/win32-release
@@ -20,7 +20,7 @@ eval `rpm --eval %{mingw32_env}`
 
 ./configure --prefix=$MINGW_PREFIX --enable-gtk3
 make clean
-make install
+sudo make install
 
 rpmquery -qa mingw32* > midori-${version}-deps-i686.txt
 rm -f midori-$version.sha1
@@ -32,7 +32,7 @@ mv -v Midori-${version}_setup.exe $dropbox_dir
 dropbox puburl $dropbox_dir/midori-${version}.7z >  release_links.txt
 dropbox puburl $dropbox_dir/Midori-${version}_setup.exe >> release_links.txt
 
-if [ "$NO_64BIT" != "" ]; then
+if [ "$64BIT" != "" ]; then
     # 64-bit build
     #mingw64-env
     export MINGW_PREFIX="/usr/x86_64-w64-mingw32/sys-root/mingw"
@@ -40,7 +40,7 @@ if [ "$NO_64BIT" != "" ]; then
 
     ./configure --prefix=$MINGW_PREFIX --enable-gtk3
     make clean
-    make install
+    sudo make install
 
     rpmquery -qa mingw64* > midori-${version}-deps-x86_64.txt
     MINGW_PREFIX=${MINGW_PREFIX} RELEASE=1 sh ./win32/makedist/makedist.midori x86_64-portable


More information about the Xfce4-commits mailing list