[Xfce4-commits] <midori:master> makedist: Don't try removing gtk_rc file, it will be overwritten.

Christian Dywan noreply at xfce.org
Thu Apr 4 19:04:01 CEST 2013


Updating branch refs/heads/master
         to a5442dd8557e0db8fce31e70ba64839cdd738201 (commit)
       from feb032138df5af9683e058bc67ca226a654979f6 (commit)

commit a5442dd8557e0db8fce31e70ba64839cdd738201
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Thu Apr 4 11:26:23 2013 +0200

    makedist: Don't try removing gtk_rc file, it will be overwritten.
    
    Gets rid of annoying warning if file was non-existent.
    While at it adjust comment about icon theme used.

 win32/makedist/makedist.midori |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index d20f9da..c0e2b43 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -232,10 +232,8 @@ else
 fi
 
 mkdir -p $gtk_etc_dir
-rm $gtk_rc_file
 
-
-# Use small icons by default and Tango theme
+# Use small icons by default and Faenza icon theme
 if [ "$GTK3_BUILD" == "1" ]; then
 
     cat > $gtk_rc_file << _EOF


More information about the Xfce4-commits mailing list